# OrderListItem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **order_id** | **str** | Order ID | [optional] **symbol** | **str** | Symbol | [optional] **exchange** | **str** | Exchange, supports us, hk, and kr | [optional] **quote_currency** | **str** | Quote currency | [optional] **fx_rate** | **str** | Quote currency to USD exchange rate | [optional] **symbol_desc** | **str** | Symbol description | [optional] **trade_status** | **str** | Trading status. - pre_market: Pre-market. - open: Regular trading session. - post_market: Post-market. - closed: Market closed. - gt_lp: GT LP session. | [optional] **trade_mode** | **int** | Current session trading mode. - 0: Trading disabled. - 1: Buy only. - 2: Sell only. - 4: Buy and sell supported. | [optional] **price_type** | **str** | Price type (market = market order, limit = limit order) | [optional] **side** | **int** | Side (1=sell, 2=buy) | [optional] **status** | **int** | Order status | [optional] **volume** | **str** | Order quantity | [optional] **fill_volume** | **str** | Trading size | [optional] **price** | **str** | Order price | [optional] **time_setup** | **int** | Order creation time (Unix timestamp, seconds) | [optional] **time_update** | **int** | Order update time (Unix timestamp, seconds) | [optional] **max_order_volume** | **str** | Maximum order quantity | [optional] **step_order_volume** | **str** | Order step size | [optional] **min_order_volume** | **str** | Minimum order quantity | [optional] **price_precision** | **int** | Price precision | [optional] **price_protection** | **str** | Price protection range | [optional] **sell_price_protection** | **str** | Sell price protection rate | [optional] **buy_price_protection** | **str** | Buy price protection rate | [optional] **commission_rate** | **str** | Fee Rate | [optional] **slippage_rate** | **str** | Slippage | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)