Class SoftDollarTierMessage
Soft Dollar Tier message.
Implements
Inherited Members
Namespace: StockSharp.InteractiveBrokers
Assembly: StockSharp.InteractiveBrokers.dll
Syntax
public class SoftDollarTierMessage : BaseSubscriptionIdMessage<SoftDollarTierMessage>, IExtendableEntity, ISubscriptionIdMessage, IOriginalTransactionIdMessage, IMessage, ICloneable
Constructors
SoftDollarTierMessage()
Initializes a new instance of the SoftDollarTierMessage.
Declaration
public SoftDollarTierMessage()
Properties
DataType
Data type info.
Declaration
public override DataType DataType { get; }
Property Value
Type | Description |
---|---|
DataType |
Overrides
StockSharp.Messages.BaseSubscriptionIdMessage<StockSharp.InteractiveBrokers.SoftDollarTierMessage>.DataType
Tiers
Tiers.
Declaration
public IEnumerable<SoftDollarTier> Tiers { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<SoftDollarTier> |
Methods
Clone()
Create a copy of SoftDollarTierMessage.
Declaration
public override Message Clone()
Returns
Type | Description |
---|---|
Message | Copy. |
Overrides
StockSharp.Messages.BaseSubscriptionIdMessage<StockSharp.InteractiveBrokers.SoftDollarTierMessage>.Clone()