Re: [Quickfix-users] New user still struggling!
Brought to you by:
orenmnero
From: George M. C. <geo...@qu...> - 2006-10-12 13:12:06
|
Chuck, If you are the connecting party, you use an initiator, if you are waiting to be connected to, use an acceptor. You do not need both at the same time. I seem to remember that when I was wondering why certain events were not happening, the logs showed some errors. Have you looked there? Also, perhaps your config file and a snippet of the code you are using to create your initiator would help the list help you? thx George cstrader232 wrote: >QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html >QuickFIX Support: http://www.quickfixengine.org/services.html > > > > > ------------------------------------------------------------------------ > > Hello again: > > > > I think I may not understand the general logic of quickfix (I know > next to nothing about TCP). > > > > I am trying to connect to a price feed from my broker. They have > provided me a host (209.120.151.162) and port (2000) to use. I give > that information in the acceptor config file, and start the acceptor. > TCPview seems to indicate that the acceptor is listening on the port > 2000: > > > > Acceptor.vshost.exe:5620 TCP D3ZH8G81:2000 > D3ZG8I81:0 LISTENING > > Acceptor.vshost.exe:5620 TCP D3ZH8G81:3225 > D3ZG8I81:0 LISTENING > > Acceptor.vshost.exe:5620 TCP D3ZH8G81:3225 > localhost:3226 ESTABLISHED > > Acceptor.vshost.exe:5620 TCP D3ZH8G81:3226 > localhost:3225 ESTABLISHED > > > > However, only the oncreate event fires after the acceptor starts. My > logon, fromadmin, and fromapp events never fire. > > > > Is this correct behavior? > > > > Should I be listening on their port 2000, or should I be listening on > one of my own ports? > > > > If the logon event doesn't fire, how is the host address and > userid/password that I have in the config file ever used in this process? > > > > Do I need an acceptor at all? Or will the initiator also listen after > it sends the logon message? > > > > Is there another host that I could use which is known to send a return > message when its reached that would allow me to check whether my > acceptor is working at all? > > > > Thanks for your patience! > > > > chuck > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >------------------------------------------------------------------------ > >_______________________________________________ >Quickfix-users mailing list >Qui...@li... >https://lists.sourceforge.net/lists/listinfo/quickfix-users > > |