| order_id | str | | |
| user_id | str | Unique identifier for users | |
| client_order_id | str | | |
| ticker | str | | |
| side | str | | |
| action | str | | |
| type | str | | |
| status | OrderStatus | | |
| yes_price | int | | |
| no_price | int | | |
| yes_price_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| no_price_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| fill_count | int | The number of contracts that have been filled | |
| remaining_count | int | | |
| initial_count | int | The initial size of the order (contract units) | |
| taker_fees | int | Fees paid on filled taker contracts, in cents | |
| maker_fees | int | Fees paid on filled maker contracts, in cents | |
| taker_fill_cost | int | The cost of filled taker orders in cents | |
| maker_fill_cost | int | The cost of filled maker orders in cents | |
| taker_fill_cost_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| maker_fill_cost_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| queue_position | int | DEPRECATED: This field is deprecated and will always return 0. Please use the GET /portfolio/orders//queue_position endpoint instead | |
| taker_fees_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | [optional] |
| maker_fees_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | [optional] |
| expiration_time | datetime | | [optional] |
| created_time | datetime | | [optional] |
| last_update_time | datetime | The last update to an order (modify, cancel, fill) | [optional] |
| self_trade_prevention_type | SelfTradePreventionType | | [optional] |
| order_group_id | str | The order group this order is part of | [optional] |
| cancel_order_on_pause | bool | If this flag is set to true, the order will be canceled if the order is open and trading on the exchange is paused for any reason. | [optional] |