Class Level2Quote
Represent access to Level2 quote.
Namespace: TradingPlatform.BusinessLayer
Syntax
public class Level2Quote : MessageQuote
Properties
Closed
Shows, whether Level2 quote is using only for removing from depth
Declaration
public bool Closed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Unique ID of Level2 quote
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Price
Price of Level2 quote
Declaration
public double Price { get; }
Property Value
Type | Description |
---|---|
System.Double |
PriceType
Price type of Level2 quote: Bid or Ask
Declaration
public QuotePriceType PriceType { get; }
Property Value
Type | Description |
---|---|
TradingPlatform.BusinessLayer.Integration.QuotePriceType |
Size
Size of Level2 quote
Declaration
public double Size { get; }
Property Value
Type | Description |
---|---|
System.Double |