Order CLASS

Instrument PROPERTY (Instrument)
Represents the information of instrument for order. SYNTAX public Instrument Instrument { get; } EXAMPLE using System; using System.Collecti...
Sat, May 5, 2018 at 10:15 AM
IsActive PROPERTY (bool)
Returns true if this order is active on server SYNTAX public bool IsActive { get; } EXAMPLE using System; using System.Collections; using Sy...
Sat, May 5, 2018 at 10:17 AM
IsAutoTradeOrder PROPERTY (bool)
Returns true if this order is created by strategy SYNTAX public bool IsAutoTradeOrder { get; } EXAMPLE using System; using System.Collection...
Sat, May 5, 2018 at 10:18 AM
IsGroupPart PROPERTY (bool)
Return true when order was sent by MAM account. SYNTAX public bool IsGroupPart { get; } EXAMPLE using System; using System.Collections; usin...
Sat, May 5, 2018 at 10:26 AM
IsReplaceable PROPERTY (bool)
Returns true if user can replace(modify) this order. SYNTAX public bool IsReplaceable { get; } EXAMPLE using System; using System.Collection...
Sat, May 5, 2018 at 10:27 AM
IsStopLossOrder PROPERTY (bool)
Return true if this order is Stop Loss order for some order. SYNTAX public bool IsStopLossOrder { get; } EXAMPLE using System; using System....
Sat, May 5, 2018 at 10:28 AM
IsTakeProfitOrder PROPERTY (bool)
Return true if this order is Take Profit order for some order. SYNTAX public bool IsTakeProfitOrder { get; } EXAMPLE using System; using Sys...
Sat, May 5, 2018 at 10:30 AM
LastUpdateTime PROPERTY (DateTime)
Time of last order update. SYNTAX public DateTime LastUpdateTime { get; } EXAMPLE using System; using System.Collections; using System.Colle...
Sat, May 5, 2018 at 10:32 AM
LinkedTo PROPERTY (string)
The ID of the order which current order is bound to; if the former is executed, the system cancels the latter. Uses by OCO, StopLoss, TakeProfit or TrStop o...
Sat, May 5, 2018 at 10:33 AM
MagicNumber PROPERTY (int)
Returns a magic number of chosen order. SYNTAX public int MagicNumber { get; } EXAMPLE using System; using System.Collections; using System....
Sat, May 5, 2018 at 10:34 AM