Integrating FIX functions across CMD and Python console sessions
wyczolko opened this issue · 1 comments
wyczolko commented
Hi Abhi,
Lets say I have a FIX session connected with my broker. I have initiated the session through a command command prompt/shell but now want to be able to initiate orders/replace/delete from a python console session. Is there a way to tap into the FIX session that is running in the CMD window through a separate Spyder python console session? Any ideas of integrating would be helpful
abhi-g80 commented
You can try to create a asynchronous method which performs the heartbeat automatically and lets you send the orders from the sypder session. I will try to find sometime to check this out. Could be a useful feature.