Class Level2Item
Represent access to level2 item.
Namespace: TradingPlatform.BusinessLayer
Syntax
public class Level2Item
Properties
Cumulative
Cumulative size
Declaration
public double Cumulative { get; }
Property Value
| Type | Description |
|---|---|
| double |
DetailedLevels
Represent access to level2 item.
Declaration
public Level2Item[] DetailedLevels { get; set; }
Property Value
| Type | Description |
|---|---|
| Level2Item[] |
ImbalancePercent
Imbalance Percent
Declaration
public double ImbalancePercent { get; }
Property Value
| Type | Description |
|---|---|
| double |
MMID
MMID
Declaration
public string MMID { get; }
Property Value
| Type | Description |
|---|---|
| string |
Price
Price
Declaration
public double Price { get; }
Property Value
| Type | Description |
|---|---|
| double |
QuoteTime
Time
Declaration
public DateTime QuoteTime { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Size
Size
Declaration
public double Size { get; }
Property Value
| Type | Description |
|---|---|
| double |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |