class LimitOrderRequestBuilder
Parents
object
Brief
The builder of the LimitOrderRequest class
| Public Methods | |
|---|---|
| LimitOrderRequestBuilder | This method is a constructor for the builder of the class providing request to place a limit order. The constructor does not return any values |
| setTradeId | Sets the unique identification number of the position to be closed by the limit order |
| setOrderId | Sets the unique identifier of the order to be stop/limit order attached |
| setRate | Sets the price at which the limit order must close the position |
| setPips | Sets the pips at which the limit order must close the position |
| setCustomId | Sets the custom ID |
| build | Builds a new instance of the LimitOrderRequest class with the set parameters |