Enum ProgressType
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
Progress of a trade request (OnOrderProgress).
public enum ProgressType
Fields
Rejected = 0MT5 ProgressType.Rejected.
MT5 equivalent
ProgressType.Rejected— full
Accepted = 1MT5 ProgressType.Accepted.
MT5 equivalent
ProgressType.Accepted— full
InProcess = 2MT5 ProgressType.InProcess.
MT5 equivalent
ProgressType.InProcess— full
Opened = 3MT5 ProgressType.Opened.
MT5 equivalent
ProgressType.Opened— full
Closed = 4MT5 ProgressType.Closed.
MT5 equivalent
ProgressType.Closed— full
Modified = 5MT5 ProgressType.Modified.
MT5 equivalent
ProgressType.Modified— full
PendingDeleted = 6MT5 ProgressType.PendingDeleted.
MT5 equivalent
ProgressType.PendingDeleted— full
ClosedBy = 7MT5 ProgressType.ClosedBy.
MT5 equivalent
ProgressType.ClosedBy— full
[NotEmittedByViiSync("Defined for source compatibility with MT5 code; ViiSync never produces this value.")] MultipleClosedBy = 8MT5 ProgressType.MultipleClosedBy (source compatibility only; ViiSync never produces it).
MT5 equivalent
ProgressType.MultipleClosedBy— partial
Timeout = 9MT5 ProgressType.Timeout.
MT5 equivalent
ProgressType.Timeout— full
Price = 10MT5 ProgressType.Price.
MT5 equivalent
ProgressType.Price— full
Exception = 11MT5 ProgressType.Exception.
MT5 equivalent
ProgressType.Exception— full