[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.03 KB

MyFuturesTrade.md

File metadata and controls

24 lines (17 loc) · 1.03 KB

MyFuturesTrade

Properties

Name Type Description Notes
id number Trade ID [optional] [default to undefined]
createTime number Trading time [optional] [default to undefined]
contract string Futures contract [optional] [default to undefined]
orderId string Order ID related [optional] [default to undefined]
size number Trading size [optional] [default to undefined]
price string Trading price [optional] [default to undefined]
role string Trade role. Available values are `taker` and `maker` [optional] [default to undefined]
text string User defined information [optional] [default to undefined]
fee string Fee deducted [optional] [default to undefined]
pointFee string Points used to deduct fee [optional] [default to undefined]

Enum: MyFuturesTrade.Role

  • Taker (value: 'taker')

  • Maker (value: 'maker')