Order CLASS
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
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
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
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
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
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
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
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
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
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