Property TradeType
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
TradeType
ViiSync extra: the MT5 trade action behind the update (the TransactionInfo action of the MT5 terminal):
SetOrder / ModifyOrder / CancelOrder / ModifyDeal / ClosePosition / MarketExecution for requests, and the server's own
actions — ActivateOrder (a pending order triggered and filled), ActivateStopLimitOrder (a stop-limit's stop level was
crossed and it became a limit order), ActivateStopLoss / ActivateTakeProfit (SL/TP closed the position),
ActivateStopOutPosition (stop-out) and ExpireOrder (a pending order's time in force ran out). Null for balance
operations.
public TradeType? TradeType { get; set; }