Table of Contents

Property Order

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

Order

ViiSync extra: the order the request is about. On InProcess (the request is on its way to the server, TradeResult.Status REQUEST_ON_WAY) its State is the MT5 request state: RequestAdding (a new order — OrderSend, a position close), RequestModifying (OrderModify) or RequestCancelling (OrderDelete).

public Order? Order { get; set; }

Property Value

Order