Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 886 Bytes

File metadata and controls

18 lines (13 loc) · 886 Bytes

OrderLogData

Properties

Name Type Description Notes
OrderId int32 Order ID [optional]
LogId int32 logID [optional]
Symbol string Trading pair of the order [optional]
PriceType string Trade type (market=market price, trigger=trigger price) [optional]
State int32 Order status code (1=placed, 2=canceled, 3=partially filled, 4=filled, 5=rejected) [optional]
Side int32 Side (1=sell, 2=buy) [optional]
Volume string Order quantity [optional]
Price string Average fill price [optional]

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