Enum UpdateType
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
What an OnOrderUpdate event describes.
public enum UpdateType
Fields
[NotEmittedByViiSync("Defined for source compatibility with MT5 code; ViiSync never produces this value.")] Unknown = 0MT5 UpdateType.Unknown (source compatibility only; ViiSync never produces it).
MT5 equivalent
UpdateType.Unknown— partial
PendingClose = 1MT5 UpdateType.PendingClose.
MT5 equivalent
UpdateType.PendingClose— full
MarketOpen = 2MT5 UpdateType.MarketOpen.
MT5 equivalent
UpdateType.MarketOpen— full
PendingOpen = 3MT5 UpdateType.PendingOpen.
MT5 equivalent
UpdateType.PendingOpen— full
MarketClose = 4MT5 UpdateType.MarketClose.
MT5 equivalent
UpdateType.MarketClose— full
PartialClose = 5MT5 UpdateType.PartialClose.
MT5 equivalent
UpdateType.PartialClose— full
[NotEmittedByViiSync("Defined for source compatibility with MT5 code; ViiSync never produces this value.")] Started = 6MT5 UpdateType.Started (source compatibility only; ViiSync never produces it).
MT5 equivalent
UpdateType.Started— partial
Filled = 7MT5 UpdateType.Filled.
MT5 equivalent
UpdateType.Filled— full
[NotEmittedByViiSync("Defined for source compatibility with MT5 code; ViiSync never produces this value.")] Cancelling = 8MT5 UpdateType.Cancelling (source compatibility only; ViiSync never produces it).
MT5 equivalent
UpdateType.Cancelling— partial
MarketModify = 9MT5 UpdateType.MarketModify.
MT5 equivalent
UpdateType.MarketModify— full
PendingModify = 10MT5 UpdateType.PendingModify.
MT5 equivalent
UpdateType.PendingModify— full
OnStopLoss = 11MT5 UpdateType.OnStopLoss.
MT5 equivalent
UpdateType.OnStopLoss— full
OnTakeProfit = 12MT5 UpdateType.OnTakeProfit.
MT5 equivalent
UpdateType.OnTakeProfit— full
OnStopOut = 13MT5 UpdateType.OnStopOut.
MT5 equivalent
UpdateType.OnStopOut— full
Balance = 14MT5 UpdateType.Balance.
MT5 equivalent
UpdateType.Balance— full
Expired = 15MT5 UpdateType.Expired.
MT5 equivalent
UpdateType.Expired— full
Rejected = 16MT5 UpdateType.Rejected.
MT5 equivalent
UpdateType.Rejected— full
MarketCloseBy = 17MT5 UpdateType.MarketCloseBy.
MT5 equivalent
UpdateType.MarketCloseBy— full
PartialFill = 18MT5 UpdateType.PartialFill.
MT5 equivalent
UpdateType.PartialFill— full