I'm not sure, but it seems like we're getting notified (vb.net) when a bid or ask comes through as well as a trade in the "OnTimeSalesChanged" event.
When we request "RequestTimeSales" we set the filter:
filter.bQuotes = 0
filter.bTrades = 1
When we retrieve the bars I think we are only getting trades, but haven't verified that.
Should we just be being notified of trades in the "OnTimeSalesChanged" event?
When we request "RequestTimeSales" we set the filter:
filter.bQuotes = 0
filter.bTrades = 1
When we retrieve the bars I think we are only getting trades, but haven't verified that.
Should we just be being notified of trades in the "OnTimeSalesChanged" event?
Comment