Level2Snapshot Class
[DataContract()]
public class Level2Snapshot : DataObject
This language is not supported or no code example is available.
[DataContract()]
public ref class Level2Snapshot : public DataObject^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
Level2Snapshot() | Initializes a new instance of the Level2Snapshot class. |
|
Level2Snapshot(DateTime, DateTime, byte, int, Bid[], Ask[]) | Initializes a new instance of the Level2Snapshot class. |
|
Level2Snapshot(DateTime, byte, int, Bid[], Ask[]) | Initializes a new instance of the Level2Snapshot class. |
|
Level2Snapshot(Level2Snapshot) | Initializes a new instance of the Level2Snapshot class. |
| Name | Description | |
|---|---|---|
|
Asks | Gets the asks. |
|
Bids | Gets the bids. |
|
DateTime | Gets or sets the date time. (inherited from Event). |
|
ExchangeDateTime | Gets or sets the exchange date time. |
|
Fields | |
|
InstrumentId | |
|
Item(int) | |
|
ProviderId | |
|
TypeId | Gets the type identifier. |
| Name | Description | |
|---|---|---|
|
Clone() | (inherited from DataObject). |
|
ToJSON() | Returns a JSON formatted String that represents this instance. (inherited from Event). |
|
ToString() | Returns a String that represents this instance. (inherited from Event). |
| Name | Description | |
|---|---|---|
|
dateTime | (inherited from Event). |
|
exchangeDateTime |