[Quickfix-users] New user still struggling!
Brought to you by:
orenmnero
From: cstrader232 <cst...@cs...> - 2006-10-12 13:06:26
|
Hello again: I think I may not understand the general logic of quickfix (I know next = to nothing about TCP). =20 =20 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: =20 =20 Acceptor.vshost.exe:5620 TCP D3ZH8G81:2000 = D3ZG8I81:0 LISTENING =20 Acceptor.vshost.exe:5620 TCP D3ZH8G81:3225 = D3ZG8I81:0 LISTENING =20 Acceptor.vshost.exe:5620 TCP D3ZH8G81:3225 = localhost:3226 ESTABLISHED =20 Acceptor.vshost.exe:5620 TCP D3ZH8G81:3226 = localhost:3225 ESTABLISHED =20 =20 However, only the oncreate event fires after the acceptor starts. My = logon, fromadmin, and fromapp events never fire. =20 Is this correct behavior? =20 Should I be listening on their port 2000, or should I be listening on = one of my own ports? =20 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? =20 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? =20 Thanks for your patience! =20 chuck |