Hi,
Why I get Unsupported Message Type in Reject Message when I try to send
message using NewOrderSingle41. Surprisingly I was getting the execution
message back when I was using FIX4.2. This error started coming after I
switched in my code to NewOrderSingle41 to send messages.
Why newOrderSingle41 is rejected always?
My Acceptor File Settings,
[DEFAULT]
ConnectionType=acceptor
SocketAcceptPort=5001
FileStorePath=store
StartTime=00:00:00
EndTime=00:00:00
[SESSION]
BeginString=FIX.4.1
SenderCompID=s09183
TargetCompID=FS
DataDictionary=FIX41.xml
My Initiator Settings,
[DEFAULT]
ConnectionType=initiator
HeartBtInt=30
FileStorePath=D:\Caboto\QFStoreFiles
FileLogPath=D:\Caboto\QFLogFiles
StartTime=00:00:00
EndTime=00:00:00
UseDataDictionary=N
SocketConnectHost=localhost
SocketConnectPort=5001
[SESSION]
BeginString=FIX.4.1
SenderCompID=FS
TargetCompID=s09183
Thanks in advance,
Ramprakash Umapathy
|