Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| order_id | str | [optional] | |
| client_order_id | str | [optional] | |
| ticker | str | [optional] | |
| side | str | [optional] | |
| action | str | [optional] | |
| type | str | [optional] | |
| status | str | [optional] | |
| yes_price | float | [optional] | |
| no_price | float | [optional] | |
| count | int | [optional] | |
| fill_count | int | The number of contracts that have been filled | [optional] |
| remaining_count | int | [optional] | |
| initial_count | int | The initial size of the order (contract units) | [optional] |
| taker_fees | int | Fees paid on filled taker contracts, in cents | [optional] |
| maker_fees | int | Fees paid on filled maker contracts, in cents | [optional] |
| expiration_time | datetime | [optional] | |
| created_time | datetime | [optional] | |
| updated_time | datetime | [optional] |