Class AggregatedQuote
Aggregate quote.
Implements
Inherited Members
Namespace: StockSharp.BusinessEntities
Assembly: StockSharp.BusinessEntities.dll
Syntax
public class AggregatedQuote : Quote, IExtendableEntity
Constructors
AggregatedQuote(Boolean)
Initializes a new instance of the AggregatedQuote.
Declaration
public AggregatedQuote(bool checkInnerPrice = true)
Parameters
Type | Name | Description |
---|---|---|
Boolean | checkInnerPrice | Whether to check the internal quote price. |
Properties
InnerQuotes
Collection of enclosed quotes, which are combined into a single quote.
Declaration
public IList<Quote> InnerQuotes { get; }
Property Value
Type | Description |
---|---|
IList<Quote> |
Methods
Clone()
Create a copy of AggregatedQuote.
Declaration
public override Quote Clone()
Returns
Type | Description |
---|---|
Quote | Copy. |