Documentation ¶
Index ¶
- type GetAccountAndPositionRisk
- type GetBalance
- type GetBills
- type GetConfig
- type GetFeeRates
- type GetInterestAccrued
- type GetInterestRates
- type GetMaxAvailableTradeAmount
- type GetMaxBuySellAmount
- type GetMaxLoan
- type GetMaxWithdrawals
- type GetPositions
- type IncreaseDecreaseMargin
- type Leverage
- type SetGreeks
- type SetPositionMode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetAccountAndPositionRisk ¶
type GetAccountAndPositionRisk struct { responses.Basic PositionAndAccountRisks []*models.PositionAndAccountRisk `json:"data"` }
type GetBalance ¶
type GetInterestAccrued ¶
type GetInterestAccrued struct { responses.Basic InterestAccrues []*models.InterestAccrued `json:"data"` }
type GetInterestRates ¶
type GetInterestRates struct { responses.Basic Interests []*models.InterestRate `json:"data"` }
type GetMaxAvailableTradeAmount ¶
type GetMaxAvailableTradeAmount struct { responses.Basic MaxAvailableTradeAmounts []*models.MaxAvailableTradeAmount `json:"data"` }
type GetMaxBuySellAmount ¶
type GetMaxBuySellAmount struct { responses.Basic MaxBuySellAmounts []*models.MaxBuySellAmount `json:"data"` }
type GetMaxWithdrawals ¶
type GetMaxWithdrawals struct { responses.Basic MaxWithdrawals []*models.MaxWithdrawal `json:"data"` }
type GetPositions ¶
type IncreaseDecreaseMargin ¶
type IncreaseDecreaseMargin struct { responses.Basic MarginBalanceAmounts []*models.MarginBalanceAmount `json:"data"` }
type SetPositionMode ¶
type SetPositionMode struct { responses.Basic PositionModes []*models.PositionMode `json:"data"` }
Click to show internal directories.
Click to hide internal directories.