Hello, I am having a problem getting started using the example programs
I have tradeclient and ordermatch compiled, however after I send in an
order ordermatch does nothing and there is nothing in its log files. Do
I have something misconfigured? There doesn't seem to be much
documentation on setting these up.
I assume that I just place an order via tradeclient and ordermatch would
do something that would confirm it?
Here is what tradeclient says after I send in a order:
8=FIX.4.19=9835=D34=2849=direct5752=20020603-17:11:0956=IB11=000021=138=
1040=244=1054=155=rhat59=010=237
Thanks,
Justin Pauley
Here is the config file for tradeclient:
DEFAULT]
ConnectionType=initiator
ReconnectInterval=20
FileStorePath=logs
SenderCompID=<removed>
SocketAcceptPort=15207
[SESSION]
ConnectionType=initiator
TargetCompID=IB
HeartBtInt=30
BeginString=FIX.4.1
DataDictionary=spec/FIX41.xml
SocketConnectPort=15207
SocketConnectHost=208.245.107.4
StartTime=01:00:00
EndTime=23:00:00
Here is my config file for ordermatch:
[DEFAULT]
ConnectionType=acceptor
ReconnectInterval=20
FileStorePath=logs2
SenderCompID=direct57
SocketAcceptPort=15207
[SESSION]
TargetCompID=IB
HeartBtInt=30
BeginString=FIX.4.1
DataDictionary=spec/FIX41.xml
StartTime=01:00:00
EndTime=23:00:00
What am I doing wrong? :(
|