views:

22

answers:

1

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 under the hood). Thanks

A: 

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.

Pradyot