Position CLASS
Gives access to all information of the account that opened the position. SYNTAX public Account Account { get; } EXAMPLE using System;
using ...
Sat, May 5, 2018 at 3:33 PM
Value of the position in lots. SYNTAX public double Amount { get; } EXAMPLE using System;
using System.Collections;
using System.Collections...
Sat, May 5, 2018 at 3:34 PM
ID of closing order (if position was closed). SYNTAX public string CloseOrderId { get; } EXAMPLE using System;
using System.Collections;
usi...
Sat, May 5, 2018 at 3:35 PM
Closing position price (for closed positions). SYNTAX public double ClosePrice { get; } EXAMPLE using System;
using System.Collections;
usin...
Sat, May 5, 2018 at 3:37 PM
Time when position was closed (for closed positions). SYNTAX public DateTime CloseTime { get; } EXAMPLE using System;
using System.Collectio...
Sat, May 5, 2018 at 3:38 PM
Returns comment for the selected position. SYNTAX public string Comment { get; } EXAMPLE using System;
using System.Collections;
using Syste...
Sat, May 5, 2018 at 3:46 PM
The market price obtainable from your broker. SYNTAX public double CurrentPrice { get; } EXAMPLE using System;
using System.Collections;
usi...
Sat, May 5, 2018 at 3:48 PM
Returns amount of base instrument part on which your position is open. Fixing when position was open. SYNTAX public double Exp1 { get; } EXAMPLE...
Sat, May 5, 2018 at 3:49 PM
Returns amount of base instrument part on which your position is open. SYNTAX public double Exp1Close { get; } EXAMPLE using System;
using S...
Sat, May 5, 2018 at 3:50 PM
Returns amount of counter instrument part on which your position is open. Fixing when position was open. The Exposure calculated using the amount and cross ...
Sat, May 5, 2018 at 3:55 PM