Account CLASS

MarginForOrders PROPERTY (double)
Gets margin used to handle open orders. Unsupported in AlgoStudio, is always 0. SYNTAX public double MarginForOrders { get; } EXAMPLE An ob...
Mon, Apr 23, 2018 at 8:47 AM
MarginForPositions PROPERTY (double)
Gets margin used to handle open positions. SYNTAX public double MarginForPositions { get; } EXAMPLE An object ‘Account’ that is currently u...
Mon, Apr 23, 2018 at 8:48 AM
MarginSurplus PROPERTY (double)
Gets surplus of margin. SYNTAX public double MarginSurplus { get; } EXAMPLE An object ‘Account’ that is currently used is created in the ne...
Mon, Apr 23, 2018 at 8:50 AM
MarginTotal PROPERTY (double)
Gets all used margin. In percent. SYNTAX public double MarginTotal { get; } EXAMPLE An object ‘Account’ that is currently used is created i...
Mon, Apr 23, 2018 at 8:51 AM
Name PROPERTY (string)
Obtaining account name. SYNTAX public string Name { get; } EXAMPLE An object ‘Account’ that is currently used is created in the next exampl...
Mon, Apr 23, 2018 at 8:52 AM
OpenOrdersAmount PROPERTY (double)
Gets amount of all pending orders. SYNTAX public double OpenOrdersAmount { get; } EXAMPLE An object ‘Account’ that is currently used is cre...
Mon, Apr 23, 2018 at 8:54 AM
OpenOrdersCount PROPERTY (int)
Gets number of pending orders currently placed. SYNTAX public int OpenOrdersCount { get; } EXAMPLE An object ‘Account’ that is currently us...
Mon, Apr 23, 2018 at 8:56 AM
OpenPositionsAmount PROPERTY (double)
Gets amount of all currently opened positions. SYNTAX public double OpenPositionsAmount { get; } EXAMPLE An object ‘Account’ that is curren...
Mon, Apr 23, 2018 at 8:57 AM
OpenPositionsCount PROPERTY (int)
Gets number of positions currently opened. SYNTAX public int OpenPositionsCount { get; } EXAMPLE An object ‘Account’ that is currently used...
Mon, Apr 23, 2018 at 8:58 AM
OpenPositionsExposition PROPERTY (double)
Gets position's exposition in account currency. SYNTAX public double OpenPositionsExposition { get; } EXAMPLE An object ‘Account’ that i...
Mon, Apr 23, 2018 at 8:59 AM