Level2 Class

Class Level2.
[DataContract()] 
public class Level2 : Tick
This language is not supported or no code example is available.
[DataContract()] 
public ref class Level2 : public Tick^
This language is not supported or no code example is available.
public  
DataContract() 
class Level2 
extends Tick
This language is not supported or no code example is available.
Name Description
Public constructor Level2() Initializes a new instance of the Level2 class.
Public constructor Level2(Ask, Level2UpdateAction, int) Initializes a new instance of the Level2 class.
Public constructor Level2(Bid, Level2UpdateAction, int) Initializes a new instance of the Level2 class.
Public constructor Level2(DateTime, byte, int, double, int, Level2Side, Level2UpdateAction, int) Initializes a new instance of the Level2 class.
Top
Name Description
Public property Action Gets or sets the action.
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property ExchangeDateTime Gets or sets the exchange date time. (inherited from Tick).
Public property Fields (inherited from Tick).
Public property InstrumentId Gets or sets the instrument identifier. (inherited from Tick).
Public property Item(int) (inherited from Tick).
Public property Position Gets or sets the position.
Public property Price Gets or sets the price. (inherited from Tick).
Public property ProviderId Gets or sets the provider identifier. (inherited from Tick).
Public property Side Gets or sets the side.
Public property Size Gets or sets the size. (inherited from Tick).
Public property TypeId Gets the type identifier.
Top
Methods
 
Name Description
Public method Clone() (inherited from Tick).
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.
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Internal protected (Protected Friend) field exchangeDateTime (inherited from Tick).
Internal protected (Protected Friend) field instrumentId (inherited from Tick).
Internal protected (Protected Friend) field price (inherited from Tick).
Internal protected (Protected Friend) field providerId (inherited from Tick).
Internal protected (Protected Friend) field size (inherited from Tick).
Top

In this article

Definition