class OrderRequest
Parents
object
Brief
The class provides info for an order request
| Public Methods | |
|---|---|
| OrderRequest | A constructor |
| getAccountId | Gets the unique identification number of the account to create the order on |
| getOfferId | Gets the unique identification number of the instrument offer to create the order for |
| getAmount | Gets the order amount |
| getBuySell | Gets the trade operation of the order |
| getTimeInForce | Gets the time in force ('GTC', 'IOC', 'FOK', 'DAY', 'GTD') |
| getExpirationDate | Gets the expiration datetime. Applicable only for orders with GTD time-in-force option. |
| getCustomId | Gets the custom ID |