开发者

Quicklfix related question(FIX::Application)

开发者 https://www.devze.com 2022-12-26 15:12 出处:网络
I am trying to use FIX::Application along with SessionSettings. The Fix server I am trying to connect to does not seeany incoming connection. From my side I see a Logon Message being formulated in toA

I am trying to use FIX::Application along with SessionSettings. The Fix server I am trying to connect to does not see any incoming connection. From my side I see a Logon Message being formulated in toAdmin() callback(which I print out and add certain fields to. The Question is 1. Do I need to call some form of sendTarget in toAdmin?(I tried that but get a Session not found error) 2. Is there anyway I can increase logging(start logging whats going on unde开发者_Go百科r the hood). Thanks


Firstly the sendTOTarget need not be called in the toAdmin. As far as logging goes, what i hear is passing th in FIX::LogFactory should be enough.

0

精彩评论

暂无评论...
验证码 换一张
取 消