Futures contract details
| Name | Type | Description | Notes |
|---|---|---|---|
| symbol | str | Trading symbol code | [optional] |
| symbol_desc | str | Trading symbol description | [optional] |
| category_name | str | Category name | [optional] |
| contract_volume | str | Contract Volume | [optional] |
| settlement_currency | str | Settle currency | [optional] |
| max_order_volume | str | Maximum Order Volume | [optional] |
| min_order_volume | str | Minimum Order Volume | [optional] |
| leverage | str | Position leverage | [optional] |
| price_precision | int | Price precision (decimal places) | [optional] |
| price_sl_level | str | Stop Loss Price Level | [optional] |
| swap_cost_type | str | Swap Cost Type | [optional] |
| buy_swap_cost_rate | str | Buy Swap Cost Rate | [optional] |
| sell_swap_cost_rate | str | Sell Swap Cost Rate | [optional] |
| swap_cost_3day | str | 3-Day Swap Cost | [optional] |
| trade_timezone | str | Trading Timezone | [optional] |
| trade_mode | str | Trading mode code (0=disabled, 1=long only, 2=short only, 3=close only, 4=full trading access) | [optional] |
| icon_link | str | Symbol icon URL | [optional] |