| function_type | int (Optional) | Function type: 0 New, 10 Execute New, 15 Modify Price, 20 Modify Qty, 30 Cancel, 90 Failed |
| date | string | Trade date |
| seq_no | string | Order sequence number |
| branc_no | string | Branch code |
| account | string | Account |
| orde_no | string | Order number |
| asse_type | int | Asset type: 0 Stock |
| market | string | Market type: TAIEX Main Board, TAISDAQ OTC, TAIEMG Emerging |
| marke_type | MarketType | Market category: COMMON, FIXING, INTRADAY_ODD, ODD, EMG, EMG_ODD |
| stock_no | string | Stock code |
| buy_sell | BSAction | Buy/Sell: BUY Buy, SELL Sell |
| price_type | PriceType | Effective price type: LIMIT, LIMIT_UP, LIMIT_DOWN, MARKET, REFERENCE |
| price | double | Price |
| quantity | int | Original order quantity |
| time_in_force | TimeInForce | Time condition: ROD, FOK, IOC |
| order_type | OrderType | Order type: STOCK, MARGIN, SHORT, DAY_TRADE, SBL |
| is_pre_order | bool | Whether pre-order |
| status | int | Order status: 0 Pre-order, 4 Sent to backend, 9 Timeout, 10 Success, 30 Unfilled cancel success, 40 Partial fill with remainder cancelled, 50 Fully filled, 90 Failed |
| after_price_type | PriceType | Effective price type: LIMIT, LIMIT_UP, LIMIT_DOWN, MARKET, REFERENCE |
| after_price | double | Effective order price |
| unit | int | Unit count |
| after_qty | int | Effective order quantity, including filled quantity |
| filled_qty | int | Filled quantity |
| filled_money | int | Filled amount |
| before_qty | int | Effective quantity before modification |
| before_price | double | Effective price before modification |
| user_def | string | Custom field |
| last_time | string | Last update time |
| error_message | string | Error message |
| details | list | Order history details |
| >> function_type | int | Function type: 0 New, 10 Execute New, 15 Modify Price, 20 Modify Qty, 30 Cancel, 50 Fully Filled, 90 Failed |
| >> modified_time | string | Modified time |
| >> before_qty | int | Original order quantity |
| >> after_qty | int | Effective order quantity, including filled quantity |
| >> before_price | double | Original order price |
| >> after_price | double | Effective order price |
| >> filled_money | double | Filled amount |
| >> status | int | Order status |
| >> err_msg | string | Error message |