class CloseMarketOrderRequest
Parents
object
Brief
The class provides information for a close market order request
| Public Methods | |
|---|---|
| CloseMarketOrderRequest | A constructor |
| getTradeId | Gets the unique identifier of the position to be closed by the stop/limit order |
| getAmount | Gets the order amount |
| 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 |
| getRateRange | Gets the rate range |
| isRateRangeFilled | Checks whether the rate range is set for open market order |