|
Attention! Read the forum rules carefully before posting a topic.
Try to find an answer in Wiki before asking a question. Submit programming questions in this forum only. Off topics are strictly forbidden.
Any topics which do not satisfy these rules will be deleted.
| Start working with FIX api (login problem) |
|
dymb
|
| Post subject: Start working with FIX api (login problem) |
Post rating: 0
|
Posted: Fri 09 May, 2014, 22:32
|
|
User rating: 0
Joined: Thu 27 Mar, 2014, 13:41 Posts: 1 Location: Poland,
|
|
Hi I have a problem with start to working with fix api because I can't even login in into server. I'm using quick fix library and I trying to connect to demo-api.dukascopy.com. I was get authentication (login and password) to demo account. My IP was approved I've have two ports do communication. But I don't know if I was missing something in configuration. My configuration file look like this:
[DEFAULT] ConnectionType=initiator LogonTimeout=30 ReconnectInterval=30 ResetOnLogon=Y FileLogPath=...
[SESSION] BeginString=FIX.4.4 SenderCompID=ID to feed data TargetCompID=... StartDay=sunday EndDay=friday StartTime=00:00:00 EndTime=00:00:00 HeartBtInt=30 CheckLatency=N MaxLatency=240 SocketConnectPort=9443 #feed port SocketConnectHost=api.dukascopy.com UseDataDictionary=Y DataDictionary=DUKAFIX44.xml #downloaded file FileStorePath=/Users/Damian/NetBeansProjects/QuickFix/sessionInfo
In code I'm adding HeartBt value, username, and password. If I trying to connect server don't responding and I totally don't know what to do. I also found nothing in logs file about why connection couldn't be established.
|
|
|
|
|
 |
|
API Support
|
| Post subject: Re: Start working with FIX api (login problem) |
Post rating: 0
|
Posted: Mon 12 May, 2014, 12:50
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|