MarginSettings CLASS
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
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
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
SYNTAX public double GetInitAccountCoefficient (Account account) PARAMETERS account — Account RETURN double EXAMPLE using System...
Wed, May 2, 2018 at 10:06 AM
SYNTAX public double GetInitMarginCoefficient (Operation side,bool isOvernight) PARAMETERS side — Operation isOvernight — bool RETURN d...
Wed, May 2, 2018 at 10:08 AM
SYNTAX public double GetMaintAccountCoefficient (Account account) PARAMETERS account — Account RETURN double EXAMPLE using Syste...
Wed, May 2, 2018 at 10:08 AM
SYNTAX public double GetMaintMarginCoefficient (Operation side,bool isOvernight) PARAMETERS side — Operation isOvernight — bool RETURN ...
Wed, May 2, 2018 at 10:12 AM