Create Correction Order
Using this endpoint, you can create a correction order (both closing existing position and opening a new one) for a specific Trading Account.
Header Parameters
Authorizationstring
Body Parameters
systemUuidstring Required
The unique identifier for the system where the account is located; required to specify where the position is to be opened.
loginstring Required
The login identifier for the Trading Account on which the position is to be opened; required.
instrumentstring Required
The trading instrument (symbol) for which the position is to be opened; required.
volumenumber Required
The amount of the instrument to be traded in the position (lots); required.
sidestring Required
Enum values:
BUYSELLpricestring Required
closingOrderIdstring
commentstring
Response
200
Object
OK
Response Attributes
statusstring Required
The outcome of the request to open a position
Enum values:
OKREJECTEDPARTIAL_SUCCESSorderIdstring
A unique identifier for the order associated with the opened position
Was this section helpful?
What made this section unhelpful for you?
Response
Was this section helpful?