Order CLASS

Account PROPERTY (Account)
Account that opened the order. SYNTAX public Account Account { get; } EXAMPLE using System; using System.Collections; using System.Collectio...
Sat, May 5, 2018 at 9:54 AM
Amount PROPERTY (double)
Value of the order in lots. SYNTAX public double Amount { get; } EXAMPLE using System; using System.Collections; using System.Collections.Ge...
Sat, May 5, 2018 at 9:58 AM
CloseTime PROPERTY (DateTime)
Returns close time for the order (if order is cancelled). SYNTAX public DateTime CloseTime { get; } EXAMPLE using System; using System.Colle...
Sat, May 5, 2018 at 9:59 AM
Comment PROPERTY (string)
Returns comment for the selected order. SYNTAX public string Comment { get; } EXAMPLE using System; using System.Collections; using System.C...
Sat, May 5, 2018 at 10:01 AM
CurrentPrice PROPERTY (double)
Current price. SYNTAX public double CurrentPrice { get; } EXAMPLE using System; using System.Collections; using System.Collections.Generic; ...
Sat, May 5, 2018 at 10:03 AM
ExpirationTime PROPERTY (DateTime)
The date of expiration order (for GTD orders). SYNTAX public DateTime ExpirationTime { get; } EXAMPLE using System; using System.Collections...
Sat, May 5, 2018 at 10:04 AM
FilledAmount PROPERTY (double)
Filled amount (zero means any fills occured). SYNTAX public double FilledAmount { get; } EXAMPLE using System; using System.Collections; usi...
Sat, May 5, 2018 at 10:05 AM
FillPrice PROPERTY (double)
Average price of order fill (or zero if any fills occurred). SYNTAX public double FillPrice { get; } EXAMPLE using System; using System.Coll...
Sat, May 5, 2018 at 10:07 AM
GroupId PROPERTY (long)
The ID of the order group. This group created when trades done by the MAM account. SYNTAX public long GroupId { get; } EXAMPLE using System;...
Sat, May 5, 2018 at 10:09 AM
Id PROPERTY (string)
Unique number that the trading system assigns to each order. If a position opens based on an order, the position's OpenOrderId property will return the ...
Sat, May 5, 2018 at 10:11 AM