Level2Snapshot Class

Class Level2Snapshot.
[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.
public  
DataContract() 
class Level2Snapshot 
extends DataObject
This language is not supported or no code example is available.
Name Description
Public constructor Level2Snapshot() Initializes a new instance of the Level2Snapshot class.
Public constructor Level2Snapshot(DateTime, DateTime, byte, int, Bid[], Ask[]) Initializes a new instance of the Level2Snapshot class.
Public constructor Level2Snapshot(DateTime, byte, int, Bid[], Ask[]) Initializes a new instance of the Level2Snapshot class.
Public constructor Level2Snapshot(Level2Snapshot) Initializes a new instance of the Level2Snapshot class.
Top
Name Description
Public property Asks Gets the asks.
Public property Bids Gets the bids.
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property ExchangeDateTime Gets or sets the exchange date time.
Public property Fields
Public property InstrumentId
Public property Item(int)
Public property ProviderId
Public property TypeId Gets the type identifier.
Top
Methods
 
Name Description
Public method Clone() (inherited from DataObject).
Public method ToJSON() Returns a JSON formatted String that represents this instance. (inherited from Event).
Public method ToString() Returns a String that represents this instance. (inherited from Event).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Internal protected (Protected Friend) field exchangeDateTime
Top

In this article

Definition