BestByPriceQuotingStrategy

StockSharp.Algo.Strategies.Quoting

Para ello se especifica el cambio del mejor precio BestPriceOffset, en el que se puede cambiar el orden citado.

Hereda de: QuotingStrategy

Constructores

BestByPriceQuotingStrategy
public BestByPriceQuotingStrategy()
bestByPriceQuotingStrategy = BestByPriceQuotingStrategy()

Inicia una nueva instancia de la BestByPriceQuotingStrategy.

Propiedades

BestPriceOffset
public Unit BestPriceOffset { get; set; }
value = bestByPriceQuotingStrategy.BestPriceOffset
bestByPriceQuotingStrategy.BestPriceOffset = value

El cambio del mejor precio, en el que se puede cambiar el orden citado.

Métodos

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

Crear IQuotingBehavior@.

Devuelve: IQuotingBehavior