Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClaimRequest ¶
type ClaimRequest struct {
Id int64
}
func (*ClaimRequest) ToJSON ¶
func (o *ClaimRequest) ToJSON() ([]byte, error)
type Position ¶
type Position struct { Id int64 Symbol string Status string Amount float64 BasePrice float64 MarginFunding float64 MarginFundingType int64 ProfitLoss float64 ProfitLossPercentage float64 LiquidationPrice float64 Leverage float64 Flag interface{} MtsCreate int64 MtsUpdate int64 Type string Collateral float64 CollateralMin float64 Meta map[string]interface{} }
Click to show internal directories.
Click to hide internal directories.