class CloseAllPositionsRequest| Parents | |
|
|
|
The class provides information for a close all positions market order request
| Public Methods | |
|
This method is a constructor for the class provides information for a close all positions market order request. It initializes the properties with default values and does not return any values |
|
|
Required method. Gets the account ID |
|
|
Gets the custom ID to use in request |
|
|
Gets the expiration datetime. Applicable only for orders with GTD time-in-force option. |
|
|
Gets the rate range. |
|
|
Gets the side for which remove positions. If not set, then positions will be removed for all sides |
|
|
Gets the symbol for which remove positions. If not set, then positions will be removed for all instruments. |
|
|
Gets the time in force ('GTC', 'IOC', 'FOK', 'DAY', 'GTD'). By default 'GTC'. |
|
|
Checks whether the rate range is set for the request |
|
|
Checks whether the side is set for the request |
|
|
Checks whether the symbol is set for the request |
|