Table of Contents

Enum ProgressType

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

Progress of a trade request (OnOrderProgress).

public enum ProgressType

Fields

Rejected = 0

MT5 ProgressType.Rejected.

MT5 equivalent

  • ProgressType.Rejected — full
Accepted = 1

MT5 ProgressType.Accepted.

MT5 equivalent

  • ProgressType.Accepted — full
InProcess = 2

MT5 ProgressType.InProcess.

MT5 equivalent

  • ProgressType.InProcess — full
Opened = 3

MT5 ProgressType.Opened.

MT5 equivalent

  • ProgressType.Opened — full
Closed = 4

MT5 ProgressType.Closed.

MT5 equivalent

  • ProgressType.Closed — full
Modified = 5

MT5 ProgressType.Modified.

MT5 equivalent

  • ProgressType.Modified — full
PendingDeleted = 6

MT5 ProgressType.PendingDeleted.

MT5 equivalent

  • ProgressType.PendingDeleted — full
ClosedBy = 7

MT5 ProgressType.ClosedBy.

MT5 equivalent

  • ProgressType.ClosedBy — full
[NotEmittedByViiSync("Defined for source compatibility with MT5 code; ViiSync never produces this value.")] MultipleClosedBy = 8

MT5 ProgressType.MultipleClosedBy (source compatibility only; ViiSync never produces it).

MT5 equivalent

  • ProgressType.MultipleClosedBy — partial
Timeout = 9

MT5 ProgressType.Timeout.

MT5 equivalent

  • ProgressType.Timeout — full
Price = 10

MT5 ProgressType.Price.

MT5 equivalent

  • ProgressType.Price — full
Exception = 11

MT5 ProgressType.Exception.

MT5 equivalent

  • ProgressType.Exception — full