Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "types/AccountInfoType"

Index

Type aliases

AccountInfoCashFunds

AccountInfoCashFunds: {}

Type declaration

AccountInfoCurrencyPairs

AccountInfoCurrencyPairs: {}

Type declaration

  • [key: string]: { id: number; price: string }
    • id: number
    • price: string

AccountInfoType

AccountInfoType: { baseCurrency: string; cashFunds: AccountInfoCashFunds; clientId: number; compensationCapping: number; currencyPairs: AccountInfoCurrencyPairs; marginType: string }

Type declaration

CashFund

CashFund: { id: number; name: string; productIds: number[] }

Type declaration

  • id: number
  • name: string
  • productIds: number[]

Generated using TypeDoc