Quote from akademiks:
I start my bot at 9h30, i get quoteSnap events for all my quotes...i store the fClosePrice property for each as a previousClosePrice.
At 4pm, i am creating a report for all my quote with openPrice, previousClosePrice and closePrice wich is the closing price at the end of the day.
I want to know if someone knows how to get the fClosePrice after a quoteSnap..since its not a property on structSTIQuoteUpdate....