Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.37 KB

FuturesAccountBook.md

File metadata and controls

36 lines (22 loc) · 1.37 KB

FuturesAccountBook

Properties

Name Type Description Notes
time number Change time [optional] [default to undefined]
change string Change amount [optional] [default to undefined]
balance string Balance after change [optional] [default to undefined]
type string 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 - bonus_offset: bouns deduction [optional] [default to undefined]
text string Comment [optional] [default to undefined]
contract string Futures contract, the field is only available for data after 2023-10-30. [optional] [default to undefined]
tradeId string trade id [optional] [default to undefined]
id string 账户变更记录 id [optional] [default to undefined]

Enum: FuturesAccountBook.Type

  • Dnw (value: 'dnw')

  • Pnl (value: 'pnl')

  • Fee (value: 'fee')

  • Refr (value: 'refr')

  • Fund (value: 'fund')

  • PointDnw (value: 'point_dnw')

  • PointFee (value: 'point_fee')

  • PointRefr (value: 'point_refr')

  • BonusOffset (value: 'bonus_offset')