Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 882 Bytes

MyFuturesTrade.md

File metadata and controls

19 lines (15 loc) · 882 Bytes

MyFuturesTrade

Properties

Name Type Description Notes
id int Trade ID [optional]
create_time float Trading time [optional]
contract str Futures contract [optional]
order_id str Order ID related [optional]
size int Trading size [optional]
price str Trading price [optional]
role str Trade role. Available values are `taker` and `maker` [optional]
text str User defined information [optional]
fee str Fee deducted [optional]
point_fee str Points used to deduct fee [optional]

[Back to Model list] [Back to API list] [Back to README]