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