Is it possible to add new Quotation data to the database through the Quotations object?
I've already seen the Import function, but I'm thinking more in a quote by quote basis update that is received from a websocket. I guess I could bufffer quote data and import it through ascii file, but wondering if it's possible quote by quote.
I've seen the Quotations.Add method but it says in the release notes that it initializes the Quotation to zero.
It looks like it is possible, but I don't see how to add the Quotation object with OHLCV data in it.
Any ideas?
Thanks