my problem is the time execution has to be super fast. i try to reuse the banzi intiator removing the gui
because my project is algo. problem is the session ID . when i application logon sessionid pass by observer
to gui that how banzi work. my case is the stand alone strategies that decide to trade with the market.
so . where should i store the session ID
I look at the marketcetera ORS solution. I like the multiple broker connection but it has
lots of over head. using jms and webservice to comunicate that would create temendous latency.
if i use the marketcetera ORS I need to eleminate login process and jms web service communication.
becuase i need to place the order calling the method.
other problem with their system is too many lib. once fail to run . entire trading process colapse.
i Still want to keep it simple create own wrapper to quickfixj my problem is the sessionID
once i receive from application logon via observer. I need a place to store it and get it back
each time i place the trade.
please advice
is there any way I