# OrderData
## Properties
**account** | **String** | Account number | [optional] [default to null]
**avg_price** | **String** | Average fill price | [optional] [default to null]
**client_order_id** | **String** | | [optional] [default to null]
**comm_curr** | **String** | Commission currency | [optional] [default to null]
**comms** | **String** | Commissions | [optional] [default to null]
**conid** | **String** | Contract identifier from IBKR's database. | [optional] [default to null]
**cum_qty** | **String** | Cumulative fill quantity | [optional] [default to null]
**currency** | **String** | Trading currency | [optional] [default to null]
**exchange** | **String** | Exchange or venue | [optional] [default to null]
**exec_id** | **String** | | [optional] [default to null]
**exec_type** | **String** | | [optional] [default to null]
**last_price** | **String** | Price of the last partial fill | [optional] [default to null]
**last_shares** | **String** | Quantity of the last partial fill | [optional] [default to null]
**leaves_qty** | **String** | Remaining quantity to be filled | [optional] [default to null]
**listing_exchange** | **String** | Listing Exchange | [optional] [default to null]
**order_id** | **String** | Order identifier | [optional] [default to null]
**order_qty** | **String** | Quantity of active order | [optional] [default to null]
**order_status** | **String** | | [optional] [default to null]
**order_type** | **String** | | [optional] [default to null]
**price** | **String** | Price of active order | [optional] [default to null]
**rcpt_time** | **String** | Time of receipt in GMT, format YYYYMMDD-hh:mm:ss | [optional] [default to null]
**realized_pnl** | **String** | Realized PnL | [optional] [default to null]
**sec_type** | **String** | Contracts asset class | [optional] [default to null]
**side** | **String** | | [optional] [default to null]
**symbol** | **String** | Underlying symbol for contract | [optional] [default to null]
**text** | **f32** | error message | [optional] [default to null]
**tif** | **String** | Time in Force | [optional] [default to null]
**tx_time** | **String** | Time of transaction in GMT, format YYYYMMDD-hh:m:ss | [optional] [default to null]
**warnings** | [***::models::OrderdataWarnings**](orderdata_warnings.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)