Orders
Orders are the trade operations requests received via the API for a client.
If the request is incorrect, it will not further enter the security database module in the form of a real order, it will be rejected and protocolled.
Orders can be of near immediate execution (market orders), such as to buy or sell a certain volume, at the current market price on a specified financial instrument.
Another type of orders - are pending orders, which contain an order to commit a trading operation under the presence of certain condition, such as LIMIT, STOP, STOP_LIMIT, StopLoss, TakeProfit
Pending orders may also contain a time restriction on their actions - the order expiration date.
In OMS, MARKET, LIMIT, STOP, STOP_LIMIT order types are supported.