Account CLASS

InvestedFundCapital PROPERTY (double)
Gets the sum that has been blocked from the account for participation in a fund(s). Is always 0 in AlgoStudio. SYNTAX public double InvestedFundCapi...
Mon, Apr 23, 2018 at 8:04 AM
IsDemo PROPERTY (bool)
Return true if account is demo.In AlgoStudio is always false. SYNTAX public bool IsDemo { get; } EXAMPLE  An object ‘Account’ that is curren...
Mon, Apr 23, 2018 at 8:07 AM
IsInvestor PROPERTY (bool)
Returns true if account is Fund investor. In AlgoStudio is always false. SYNTAX public bool IsInvestor { get; } EXAMPLE An object ‘Account’...
Mon, Apr 23, 2018 at 8:08 AM
IsLocked PROPERTY (bool)
Return true if account is locked. In AlgoStudio is always false. SYNTAX public bool IsLocked { get; } EXAMPLE An object ‘Account’ that is c...
Mon, Apr 23, 2018 at 8:20 AM
IsMasterAccount PROPERTY (bool)
Returns true if account is PAMM master. In AlgoStudio is always false. SYNTAX public bool IsMasterAccount { get; } EXAMPLE An object ‘Accoun...
Mon, Apr 23, 2018 at 8:23 AM
IsReal PROPERTY (bool)
Return true if account is real. In AlgoStudio is always false. SYNTAX public bool IsReal { get; } EXAMPLE An object ‘Account’ that is curre...
Mon, Apr 23, 2018 at 8:30 AM
Leverage PROPERTY (double)
Gets ratio of total mortgage lending in total. SYNTAX public double Leverage { get; } EXAMPLE An object ‘Account’ that is currently used is...
Mon, Apr 23, 2018 at 8:40 AM
MaintanceMargin PROPERTY (double)
Gets the maintenance margin in account currency. SYNTAX public double MaintanceMargin { get; } EXAMPLE An object ‘Account’ that is currentl...
Mon, Apr 23, 2018 at 8:43 AM
MarginAvailable PROPERTY (double)
Gets margin available to trade. SYNTAX public double MarginAvailable { get; } EXAMPLE An object ‘Account’ that is currently used is created...
Mon, Apr 23, 2018 at 8:44 AM
MarginDeficiency PROPERTY (double)
Gets how much draw-down by positions less than maintenance level. SYNTAX public double MarginDeficiency { get; } EXAMPLE An object ‘Account’...
Mon, Apr 23, 2018 at 8:46 AM