Any ideas how best to access a socket from EFS? I'm considering an easy way to access IB's TWS order platform in a more sophisticated way than the current IB plugin, which doesn't appear to offer much control. I didn't even see an automated cancel order method in the IBBroker object.
I realize that there would be some challenges in managing a socket from an EFS instance, especially since it relies on a tick to be activated, and we have no Timer function for polling.
But maybe usage of a general purpose socket DLL could allow EFS to kick off orders, and *maybe* trigger an asynchronous callback from that DLL for a simple asynchronous processing capability.
GURUS: Any ideas how best to do this? Anybody have a module to handle simple comms? I'm wide open to suggestions.
The best approach for me would be to access the embedded JVM implementation via a DLL, and handle the comms from a Java-based subsystem.
I realize that there would be some challenges in managing a socket from an EFS instance, especially since it relies on a tick to be activated, and we have no Timer function for polling.
But maybe usage of a general purpose socket DLL could allow EFS to kick off orders, and *maybe* trigger an asynchronous callback from that DLL for a simple asynchronous processing capability.
GURUS: Any ideas how best to do this? Anybody have a module to handle simple comms? I'm wide open to suggestions.
The best approach for me would be to access the embedded JVM implementation via a DLL, and handle the comms from a Java-based subsystem.
Comment