TheorPriceQuotingStrategy
StockSharp.Algo.Strategies.Quoting
Opção de preço teórico cotação.
Herda de: BestByPriceQuotingStrategy
Construtores
TheorPriceQuotingStrategy
public TheorPriceQuotingStrategy()
theorPriceQuotingStrategy = TheorPriceQuotingStrategy()
Inicializa uma nova instância do TheorPriceQuotingStrategy.
Propriedades
TheorPriceOffset
public Range<Unit> TheorPriceOffset { get; set; }
value = theorPriceQuotingStrategy.TheorPriceOffset
theorPriceQuotingStrategy.TheorPriceOffset = value
Offset teórico do preço.
Métodos
CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = theorPriceQuotingStrategy.CreateBehavior()
Criar IQuotingBehavior.
Retorna: IQuotingBehavior