quickfixj - QuickFIX/J: Experiencing period disconnects at midnight -


when running our initiator app through night, session gets disconnected brief period of time @ midnight.

info: mina session created fix.4.4:initiator->acceptor: local=/10.50.100.130:13565, class org.apache.mina.transport.socket.nio.socketsessionimpl, remote=remoteaddr mar 17, 2016 01:00:00 quickfix.mina.initiator.initiatoriohandler sessioncreated info: mina session created fix.4.4:initiator->acceptor: local=/10.50.100.130:13570, class org.apache.mina.transport.socket.nio.socketsessionimpl, remote=remoteaddr 

our counterparty indicated not perform daily disconnects, weekly ones when entire market closes. our quickfix/j config:

# default settings sessions [default] connectiontype=initiator reconnectinterval=60 sendercompid=sendercompid  ########################################################################### # market data connection ###########################################################################  [session] # inherit connectiontype, reconnectinterval , sendercompid default beginstring=fix.4.4 targetcompid=acceptor heartbtint=20 socketconnectport=443 socketconnecthost=host datadictionary=quickfix-datadictionary.xml starttime=00:00:00 endtime=00:00:00 filelogpath=log filestorepath=filestore socketusessl=y sslprotocols=tls resetonlogon=y startday=monday endday=friday  ########################################################################### # trading connection ###########################################################################  [session] beginstring=fix.4.4 targetcompid=acceptor heartbtint=20 socketconnectport=443 socketconnecthost=host datadictionary=quickfix-datadictionary.xml starttime=00:00:00 endtime=00:00:00 filelogpath=log filestorepath=filestore socketusessl=y sslprotocols=tls resetonlogon=y startday=monday endday=friday 

answer: updated fix config on development machine, forgot update on machine runs it.

 schedule daily, 00:00:00-utc - 00:00:00-utc 

Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -