SoftDollarTierMessage

StockSharp.InteractiveBrokers

Soft Dollar Tier message.

Inherits: BaseSubscriptionIdMessage<SoftDollarTierMessage>

Constructors

SoftDollarTierMessage
public SoftDollarTierMessage()
softDollarTierMessage = SoftDollarTierMessage()

Initializes a new instance of the SoftDollarTierMessage.

Properties

DataType
public override DataType DataType { get; }
value = softDollarTierMessage.DataType

Data type info.

Tiers
public IEnumerable<SoftDollarTier> Tiers { get; set; }
value = softDollarTierMessage.Tiers
softDollarTierMessage.Tiers = value

Tiers.

Methods

Clone
public override Message Clone()
result = softDollarTierMessage.Clone()

Create a copy of SoftDollarTierMessage.

Returns: Copy.