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?
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? :(
|