Level2Snapshot(DateTime, DateTime, Byte, Int32, Bid(), Ask()) Constructor

Initializes a new instance of the Level2Snapshot class.
public Level2Snapshot( 
DateTime dateTime
DateTime exchangeDateTime
byte providerId
int instrumentId
Bid[] bids
Ask[] asks 
)
This language is not supported or no code example is available.
public:  
Level2Snapshot( 
DateTime dateTime
DateTime exchangeDateTime
Byte providerId
int instrumentId
array< Bid^ >^ bids
array< Ask^ >^ asks 
)
This language is not supported or no code example is available.
public function Level2Snapshot( 
dateTime : DateTime
exchangeDateTime : DateTime
providerId : byte
instrumentId : int
bids : Bid[], 
asks : Ask[] 
);
This language is not supported or no code example is available.

Parameters

dateTime
DateTime

The date time.

exchangeDateTime
DateTime

The exchange date time.

providerId
byte

The provider identifier.

instrumentId
int

The instrument identifier.

bids
Bid[]

The bids.

asks
Ask[]

The asks.

In this article

Definition