Table of Contents

Class SoftDollarTierMessage

Namespace
StockSharp.InteractiveBrokers
Assembly
StockSharp.InteractiveBrokers.dll

Soft Dollar Tier message.

public class SoftDollarTierMessage : BaseSubscriptionIdMessage<SoftDollarTierMessage>, IMessage, ILocalTimeMessage, ICloneable, ISubscriptionIdMessage, IOriginalTransactionIdMessage
Inheritance
SoftDollarTierMessage
Implements
Inherited Members
Extension Methods

Constructors

SoftDollarTierMessage()

Initializes a new instance of the SoftDollarTierMessage.

public SoftDollarTierMessage()

Properties

DataType

Data type info.

public override DataType DataType { get; }

Property Value

DataType

Tiers

Tiers.

public IEnumerable<SoftDollarTier> Tiers { get; set; }

Property Value

IEnumerable<SoftDollarTier>

Methods

Clone()

Create a copy of SoftDollarTierMessage.

public override Message Clone()

Returns

Message

Copy.