New broker API function: BrokerCallback(void* Address)

Posted By: AndrewAMD

New broker API function: BrokerCallback(void* Address) - 02/12/20 17:09

jcl,

Currently, one can post messages to the Zorro window to achieve desired actions:
  • WM_APP+1 causes Zorro to pull market data from the plugin.
  • WM_APP+2 invokes the callback() function.

I would like WM_APP+3 to call a general purpose callback supplied by the plugin.

To do this, Zorro would simply support a new function in the broker API, BrokerCallback(void* Address).
Posted By: AndrewAMD

Re: New broker API function: BrokerCallback(void* Address) - 02/19/20 14:27

bump
Posted By: jcl

Re: New broker API function: BrokerCallback(void* Address) - 02/19/20 14:28

On our list.
Posted By: AndrewAMD

Re: New broker API function: BrokerCallback(void* Address) - 02/19/20 14:30

Thank you
© 2024 lite-C Forums