Level2(DateTime, Byte, Int32, Double, Int32, Level2Side, Level2UpdateAction, Int32) Constructor

Initializes a new instance of the Level2 class.
public Level2( 
DateTime dateTime
byte providerId
int instrumentId
double price
int size
Level2Side side
Level2UpdateAction action
int position 
)
This language is not supported or no code example is available.
public:  
Level2( 
DateTime dateTime
Byte providerId
int instrumentId
double price
int size
Level2Side side
Level2UpdateAction action
int position 
)
This language is not supported or no code example is available.
public function Level2( 
dateTime : DateTime
providerId : byte
instrumentId : int
price : double
size : int
side : Level2Side
action : Level2UpdateAction
position : int 
);
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.

price
double

The price.

size
int

The size.

side
Level2Side

The side.

action
Level2UpdateAction

The action.

position
int

The position.

In this article

Definition