Hi Andrew,

thanks for reminding me about the HWND function.
Am I right that when calling PostMessage(hWindow, WM_APP + 1, 0, 0) a BrokerAsset call is triggered?
But how does Zorro know which asset was updated with a new tick?
Will Zorro request all prices for all subscribed assets?
And what about the "normal" periodically price requests with BrokerAsset, are they then stopped?
If not, then ticks might fetched more then once which seems a bit of an overkill.
This is all very unclear to me...