Definition
Represents a change in level one market data and is passed as a parameter in the OnMarketData() method.
|
Methods and Properties |
|
|
MarketDataType |
Possible values are: MarketDataType.Ask MarketDataType.Bid MarketDataType.DailyHigh MarketDataType.DailyLow MarketDataType.DailyVolume MarketDataType.Last MarketDataType.LastClose (prior session close) |
|
Price |
A double value representing the price |
|
Time |
A DateTime structure representing the time |
|
ToString() |
A string representation of the MarketDataEventArgs object |
|
Volume |
An int value representing volume |
Examples
|
protected override void OnMarketData(MarketDataEventArgs e)
|
Tips
1. Not all connectivity providers support all MarketDataTypes.