OnMarketData()
OnMarketData()
Definition
Called and guaranteed to be in the correct sequence for every change in level one market data for the underlying instrument. The OnMarketData() method updates can include but is not limited to the bid, ask, last price and volume.
Method Return Value
This method does not return a value.
Syntax
protected override void OnMarketData(MarketDataEventArgs marketDataUpdate) \{ \}

