I need to track today's hi-lo for 60-100 stocks. I use ReqMktData (...) routine to get real-time quotes (bid/ask/last and including hi-lo of the day), but for some stocks TWS floods too much messages of updating bid/ask thus overloading API pipe between TWS and my program. Is there a way to receive from TWS only updating high and low prices of the day (and may be last) and omit all that bids/asks? What parameters should I use in ReqMktData for this?