Click here to Skip to main content
15,908,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Quick Fix to create simple trading application. I have received FIX API information from Forex Trading partner.

I am using QuickFixn demo UI Link Here with following settings

# default settings for sessions
[DEFAULT]
ConnectionType=initiator
HeartBtInt=30

FileStorePath=store
FileLogPath=fixlog
StartTime=23:00:00
EndTime=23:00:00
StartDay=sun
EndDay=fri

DataDictionary=FIX44.xml
BeginString=FIX.4.4
ReconnectInterval=30
UseDataDictionary=Y
ResetOnLogon=Y
SenderCompID=ABCFIX
SocketConnectHost=10.10.10.10
Username=UserABC
Password=cbfad02f9ed2a8d1e08d8f74f5303e9eb93637d47f82ab6f1c15871cf8dd0481

# Data Session
[SESSION]
TargetCompID=DEMODATA
SocketConnectPort=24101



# Trading Session
[SESSION]
TargetCompID=DEMOTRAD
SocketConnectPort=21501
Account=50011000000


I am always receiving
8=FIX.4.4|9=100|35=3|34=1|49=DEMOTRAD|52=20160119-10:08:41.157|56=ABCFIX|45=1|58=Missing tag #554|372=A|373=1|10=168|

Also log repeating the following


C#
20160118-16:29:07.955 : Created session
20160118-16:29:13.394 : Connecting to 89.101.250.233 on port 21101
20160118-16:29:13.608 : Connection succeeded
20160118-17:25:33.406 : Created session
20160118-17:25:40.866 : Connecting to 89.101.250.233 on port 21101
20160118-17:25:41.602 : Connection succeeded
20160118-17:25:41.759 : Session reset: ResetOnLogon
20160118-17:26:23.414 : Session reset: ResetSeqNumFlag
20160118-17:26:23.428 : Initiated logon request
20160118-17:26:25.851 : Received logout request
20160118-17:26:26.543 : Sending logout response
20160118-17:26:26.544 : Session FIX.4.4:ABCFIX->DEMODATA disconnecting: Received logout request


Am I doing something wrong?
As i understand my connection is rejecting by accepter/server.


Any help appreciate as i new to FIX thing.
Posted
Updated 20-Jan-16 4:40am
v2
Comments
BillWoodruff 20-Jan-16 12:51pm    
Why aren't you using the mailing-list support system offered by this software:

http://quickfixn.org/help.html
ruwan senarathne 22-Jan-16 5:43am    
Thank you. I 'll give a try.
Member 13550527 19-Feb-18 7:59am    
Hello, I'm also in kind of having the same problem. To be precise, my forex trading partner gave me a .pfx file, the server address, the SenderCompID, the TargetCompID and a password. I have tried everything with my knowledge to make connection and send message, but i always fail. I need help
If any one willing to help, please contact me at ogi.fhazoume@gmail.com.
Thanks in advance.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900