VolumeContinuousSecurity
StockSharp.Algo
Ролловер по объему, непрерывный финансовый инструмент.
Наследует: ContinuousSecurity
Конструкторы
VolumeContinuousSecurity
public VolumeContinuousSecurity()
volumeContinuousSecurity = VolumeContinuousSecurity()
Инициализирует новый экземпляр VolumeContinuousSecurity.
Свойства
InnerSecurities
public SynchronizedList<SecurityId> InnerSecurities { get; }
value = volumeContinuousSecurity.InnerSecurities
Перекатывание инструментов по объему.
InnerSecurityIds
public override IEnumerable<SecurityId> InnerSecurityIds { get; }
value = volumeContinuousSecurity.InnerSecurityIds
Инструменты, из которых создана эта корзина.
IsOpenInterest
public bool IsOpenInterest { get; set; }
value = volumeContinuousSecurity.IsOpenInterest
volumeContinuousSecurity.IsOpenInterest = value
Используйте открытый интерес для VolumeLevel.
VolumeLevel
public Unit VolumeLevel { get; set; }
value = volumeContinuousSecurity.VolumeLevel
volumeContinuousSecurity.VolumeLevel = value
Триггер объема вызывает переход к следующему контракту.
Методы
FromSerializedString
protected override void FromSerializedString(string text)
volumeContinuousSecurity.FromSerializedString(text)
Загрузить состояние финансового инструмента из .
- text
- Значение, полученное от ToSerializedString.
ToSerializedString
protected override string ToSerializedString()
result = volumeContinuousSecurity.ToSerializedString()
Сохраните состояние финансового инструмента в строку.
Возвращает: Строка.