class EntryOrderRequest
Parents
object
Brief
The class provides info for request new entry order
| Public Methods | |
|---|---|
| EntryOrderRequest | This method is a constructor for the class provides info for request new entry order. It initializes the properties with default values and does not return any values |
| 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 |
| getRate | Gets the rate |
| getStopRate | Gets the stop rate |
| getLimitRate | Gets the limit rate |
| 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 |
| isEnabledTrailingStop | Is enabled trailing stop |
| getTrailingStopType | Gets the trailing stop type |
| getTrailingStopStep | Gets the trailing stop step |