| 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] |