class MarketOrderRequest
Parents
object
Brief
The class provides information for a market order request
| Public Methods | |
|---|---|
| MarketOrderRequest | A constructor |
| getStopPips | Gets the pips at which the stop order must close the position |
| getLimitPips | Gets the pips at which the limit order must close the position |
| getStopRate | Gets the price at which the stop order must close the position |
| getLimitRate | Gets the price at which the limit order must close the position |
| isStopOrderSet | Checks whether the stop order is set for open market order |
| isLimitOrderSet | Checks whether the limit order is set for open market order |
| getRateRange | Gets the rate range |
| isRateRangeFilled | Checks whether the rate range is set for open market order |
| isEnabledTrailingStop | Is enabled trailing stop |
| getTrailingStopType | Gets the trailing stop type |
| getTrailingStopStep | Gets the trailing stop step |