-----------------------------------------------------------------------------------------------------------------------------------------
in override OnMarketData(MarketDataEventArgs e)
if (e.MarketDataType == MarketDataType.Last)
are the values of e.bid and e.ask the same as the last data when e.MarketDataType = Last or Bid?
that is, is there any reason to capture the Bid or Ask when MarketDataType not = Last?
---------------------------------------------------------------------------------------------------
I have a Rithmic data feed...it appears that during News or NY Open, that the bid and ask can be wildly off the current price.
I suppose this may be normal? Or is it a problem with the data feed?
Thx.

Comment