Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 943 Bytes

File metadata and controls

26 lines (20 loc) · 943 Bytes

FuturesAccountBook

Properties

Name Type Description Notes
time BigDecimal Change time [optional]
change String Change amount [optional]
balance String Balance after change [optional]
type TypeEnum Changing Type: - dnw: Deposit & Withdraw - pnl: Profit & Loss by reducing position - fee: Trading fee - refr: Referrer rebate - fund: Funding - point_dnw: POINT Deposit & Withdraw - point_fee: POINT Trading fee - point_refr: POINT Referrer rebate [optional]
text String Comment [optional]

Enum: TypeEnum

Name Value
DNW "dnw"
PNL "pnl"
FEE "fee"
REFR "refr"
FUND "fund"
POINT_DNW "point_dnw"
POINT_FEE "point_fee"
POINT_REFR "point_refr"