Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.44 KB

File metadata and controls

21 lines (16 loc) · 1.44 KB

MyFuturesTrade

Properties

Name Type Description Notes
Id int64 Fill ID [optional]
CreateTime float64 Fill Time [optional]
Contract string Futures contract [optional]
OrderId string Related order ID [optional]
Size int64 Trading size [optional]
CloseSize int64 Number of closed positions: close_size=0 && size>0 Open long position close_size=0 && size<0 Open short position close_size>0 && size>0 && size <= close_size Close short position close_size>0 && size>0 && size > close_size Close short position and open long position close_size<0 && size<0 && size >= close_size Close long position close_size<0 && size<0 && size < close_size Close long position and open short position [optional]
Price string Fill Price [optional]
Role string Trade role. taker - taker, maker - maker [optional]
Text string Order custom information [optional]
Fee string Trade fee [optional]
PointFee string Points used to deduct trade fee [optional]

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