MarketDataEventArgs
Definition
Represents a change in level one market data and is passed as a parameter in the OnMarketData() method.
Methods and Parameters
Critical: If used with TickReplay, please keep in mind Tick Replay ONLY replays the Last market data event, and only stores the best inside bid/ask price at the time of the last trade event. You can think of this as the equivalent of the bid/ask price at the time a trade was reported. Please also see Developing for Tick Replay.
Tips
- Not all connectivity providers support all MarketDataTypes.
- For an example of how to use IsReset please see MarketAnalyzerColumns\AskPrice.cs.

