TheorPriceQuotingStrategy

StockSharp.Algo.Strategies.Quoting

Option theoretische Preisnotierung.

Erbt von: BestByPriceQuotingStrategy

Konstruktoren

TheorPriceQuotingStrategy
public TheorPriceQuotingStrategy()
theorPriceQuotingStrategy = TheorPriceQuotingStrategy()

Initialisiert eine neue Instanz von TheorPriceQuotingStrategy.

Eigenschaften

TheorPriceOffset
public Range<Unit> TheorPriceOffset { get; set; }
value = theorPriceQuotingStrategy.TheorPriceOffset
theorPriceQuotingStrategy.TheorPriceOffset = value

Theoretische Preisverrechnung.

Methoden

CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = theorPriceQuotingStrategy.CreateBehavior()

Erstellen Sie IQuotingBehavior.

Rückgabe: IQuotingBehavior