How to cast TVariantArray to structSTIQuoteUpdate in Delphi?
According to the documentation the structSTIQuoteUpdate is passed to this event. Does anybody know how to read values from Params (TVariantArray)? I guess I need to read them here and assign to structSTIQuoteUpdate. Is there...