TheorPriceQuotingStrategy

StockSharp.Algo.Strategies.Quoting

Option theoretical price quoting.

Inherits: BestByPriceQuotingStrategy

Constructors

TheorPriceQuotingStrategy
public TheorPriceQuotingStrategy()
theorPriceQuotingStrategy = TheorPriceQuotingStrategy()

Initializes a new instance of the TheorPriceQuotingStrategy.

Properties

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

Theoretical price offset.

Methods

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

Create IQuotingBehavior.

Returns: IQuotingBehavior