Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 914 Bytes

File metadata and controls

21 lines (16 loc) · 914 Bytes

Io.Gate.GateApi.Model.OrderLogData

Response data

Properties

Name Type Description Notes
OrderId int Order ID [optional]
LogId int logID [optional]
Symbol string Trading pair of the order [optional]
PriceType string Trade type (market=market price, trigger=trigger price) [optional]
State int Order status code (1=placed, 2=canceled, 3=partially filled, 4=filled, 5=rejected) [optional]
Side int 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]