MarginSettings CLASS

CalculateMarginType PROPERTY (MarginType)
Retrieves a margin type per current account, could be one of exampled: FixedCurrencyValue, FullyPaid, PriceBasedCustomCoef, PriceLimit. SYNTAX publi...
Wed, May 2, 2018 at 9:41 AM
UseLongShortMargin PROPERTY (bool)
Different Long/Short margin settings are used. SYNTAX public bool UseLongShortMargin { get; } EXAMPLE using System; using System.Collections...
Wed, May 2, 2018 at 10:03 AM
UseOvernightMargin PROPERTY (bool)
Different Intraday/Overnight margin settings are used. SYNTAX public bool UseOvernightMargin { get; } EXAMPLE using System; using System.Col...
Wed, May 2, 2018 at 10:04 AM
GetInitAccountCoefficient METHOD (Account account)
SYNTAX public double GetInitAccountCoefficient (Account account) PARAMETERS account — Account RETURN double EXAMPLE using System...
Wed, May 2, 2018 at 10:06 AM
GetInitMarginCoefficient (Operation side, bool isOvernight) MEDTHOD (Return: double)
SYNTAX public double GetInitMarginCoefficient (Operation side,bool isOvernight) PARAMETERS side — Operation isOvernight — bool RETURN d...
Wed, May 2, 2018 at 10:08 AM
GetMaintAccountCoefficient (Account account) METHOD (Return: double)
SYNTAX public double GetMaintAccountCoefficient (Account account) PARAMETERS account — Account RETURN double EXAMPLE using Syste...
Wed, May 2, 2018 at 10:08 AM
GetMaintMarginCoefficient (Operation side, bool isOvernight) METHOD (Return: double)
SYNTAX public double GetMaintMarginCoefficient (Operation side,bool isOvernight) PARAMETERS side — Operation isOvernight — bool RETURN ...
Wed, May 2, 2018 at 10:12 AM