Hello All,
Using OnQuoteChanged gives me bid, ask, last, bidSize, askSize, and lastSize information all at once. Using this I cannot necessarily tell if a trade has happened. (The last price and size could possibly be the same as the previous trade). I can track the bid and ask information and detect quote changes obviously, but there should be a more convenient way to handle quotes and trades. If there isn't a way already, it would be nice to be able to get quote information, including a timestamp (preferrably to the 1/100th of a second), and trades, with timestamp, through separate requests. Or possibly add flags denoting what has changed within the quote structure. Could someone point me to this if it exists already? Is this maybe something that is possible using the Standard eSignal API rather than the eSignal Desktop API?
Thanks in advance for your help!
Regards,
Wyatt
Using OnQuoteChanged gives me bid, ask, last, bidSize, askSize, and lastSize information all at once. Using this I cannot necessarily tell if a trade has happened. (The last price and size could possibly be the same as the previous trade). I can track the bid and ask information and detect quote changes obviously, but there should be a more convenient way to handle quotes and trades. If there isn't a way already, it would be nice to be able to get quote information, including a timestamp (preferrably to the 1/100th of a second), and trades, with timestamp, through separate requests. Or possibly add flags denoting what has changed within the quote structure. Could someone point me to this if it exists already? Is this maybe something that is possible using the Standard eSignal API rather than the eSignal Desktop API?
Thanks in advance for your help!
Regards,
Wyatt
Comment