The class is used to indicate the Order type information. The following are theproperties and description for each one.
Properties
| Property | Description |
| ChattingOrderType | To indicate if the order is market order or a Limit/SLTP order. Value of type isChattingOrderType |
| BOOrderID | The BackOffice order number. Value of type is String |
| AccountID | Account ID which the order belongs to. Value of type is Long |
| NewOrClose | To indicate if the order is new or close. Value of type isMarketOrderType |
| BuySell | Order operation type. Value of type isOperationType |
| Amount | Order amount inlots. Value of type is Double |
| BOSymbolName | The BackOffice symbol name. Value of type is String |
| Price | Order price value. Value of type is Double |
| OpenPrice | Order open price. Value of type is Double |
| OpenAmount | Order open amount value. Value of type is Double |
| LimitOrderType | Indicates the limit order type. Value of type isLimitStopOrderType |
| AccountLiquidationOrder | Indicates if the account whichthe order belongs to wasliquidated or not. Value of type is Boolean |
| OpenTicket | The ticket number whichbelong to the order. Value of type is String |
| VBLHandling | Used to set this boolean to true if you want to handle this order by VBL |
| TAG | Empty Object |
| OrderTime | Order opened time .Value of type is String |
| HitPrice | The Hit Order price value . Value of type is Double |
| HandlingLPDescription | Used to assign with LP description to handle orders according to LP description settings |
See Also