Level2(DateTime, Byte, Int32, Double, Int32, Level2Side, Level2UpdateAction, Int32) Constructor
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.
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.