[Quickfix-developers] possible to not wait for logon response?
Brought to you by:
orenmnero
From: QM <eqm...@nw...> - 2011-07-07 19:58:22
|
**For one, thanks for making QuickFix. We look forward using it. Two, is there a config parameter such that QuickFix will not wait for a logon response message? (That is, assume one is logged on once the socket connection is established.) In our development environment, we sometimes connect to a dummy FIX pump that just sends out messages. There is no notion of a logon/logoff in that case. QuickFix wants send a logon request and wait for a logon response. This is certainly proper FIX behaviour but it inhibits QuickFix from talking to our development message stream... If QuickFix doesn't have such a feature, I could take a crack at it and submit a patch. Cheers, -QM |