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