| InstrumentMarket | Foreign key to InstrumentMarket | 8 | The Id of the InstrumentMarket for which the Order is being entered.
|
| User | Foreign key to User | 8 | If the Order is being entered on behalf of another User, this is the Id for that User. Otherwise set to 0.
|
| Prices_count | Integer (unsigned) | 2 | Count of following field |
| Prices | Integer (signed) | 8 | The price for each Order. |
| Quantities_count | Integer (unsigned) | 2 | Count of following field |
| Quantities | Integer (signed) | 8 | The total quantity of each Order. |
| Accounts_count | Integer (unsigned) | 2 | Count of following field |
| Accounts | Integer (unsigned) | 8 | The ExternalFK for the Brokerage Account each Order.
|
| SettlementClasses_count | Integer (unsigned) | 2 | Count of following field |
| SettlementClasses | Integer (unsigned) | 8 | The Settlement Class ExternalFK for each Order
|
| SecurityLotLabels_count | Integer (unsigned) | 2 | Count of following field |
| SecurityLotLabels | String | 20 | The share certificate or option grant number for each Order.
|
| SecurityLotIds_count | Integer (unsigned) | 2 | Count of following field |
| SecurityLotIds | Integer (unsigned) | 8 | The External FK for the each Security.
|
| Priorities_count | Integer (unsigned) | 2 | Count of following field |
| Priorities | Integer (unsigned) | 2 | Settlement priority to be passed to SETL service.
|