NewOrderRequest CLASS

Account PROPERTY (Account)
Account that opened the order. SYNTAX public Account Account { get; set; } EXAMPLE using System; using System.Collections; using System.Coll...
Wed, May 2, 2018 at 7:54 PM
Amount PROPERTY (double)
Value of the order in lots SYNTAX public double Amount { get; set; } EXAMPLE using System; using System.Collections; using System.Collection...
Wed, May 2, 2018 at 7:55 PM
Comment PROPERTY (string)
Returns comment for the selected order. SYNTAX public string Comment { get; set; } EXAMPLE using System; using System.Collections; using Sys...
Wed, May 2, 2018 at 7:56 PM
ExpirationTime PROPERTY (DateTime)
The date of expiration order (for GTD orders). SYNTAX public DateTime ExpirationTime { get; set; } EXAMPLE using System; using System.Collec...
Wed, May 2, 2018 at 7:57 PM
Instrument PROPERTY (Instrument)
Represents the information of instrument for order request. SYNTAX public Instrument Instrument { get; set; } EXAMPLE using System; using Sy...
Wed, May 2, 2018 at 7:58 PM
LinkTo 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...
Wed, May 2, 2018 at 7:59 PM
MagicNumber PROPERTY (int)
Order magic number. May be used as user defined identifier. SYNTAX public int MagicNumber { get; set; } EXAMPLE using System; using System.C...
Wed, May 2, 2018 at 8:00 PM
MagicNumber PROPERTY (int)
Order magic number. May be used as user defined identifier. SYNTAX public int MagicNumber { get; set; } EXAMPLE using System; using System.C...
Wed, May 2, 2018 at 8:00 PM
MarketRange PROPERTY (int)
Maximum price slippage for orders. SYNTAX public int MarketRange { get; set; } EXAMPLE using System; using System.Collections; using System....
Wed, May 2, 2018 at 8:01 PM
Price PROPERTY (double)
Price at which the order is to be executed. SYNTAX public double Price { get; set; } EXAMPLE using System; using System.Collections; using Syst...
Wed, May 2, 2018 at 8:02 PM