Level2Snapshot(DateTime, Byte, Int32, Bid(), Ask()) Constructor
Initializes a new instance of the Level2Snapshot class.
This language is not supported or no code example is available.
public:
Level2Snapshot(
DateTime dateTime,
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,
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.
-
providerId
-
byte
The provider identifier.
-
instrumentId
-
int
The instrument identifier.
-
bids
-
Bid[]
The bids.
-
asks
-
Ask[]
The asks.
In this article
Definition