API Support Forum
User Profile

Viewing User Profile for: ZMahmood2394


About

Aug 29, 2019 11:22 AM

Sep 03, 2019 02:59 AM

Sep 03, 2019 07:33 AM



Post Statistics
ZMahmood2394 has contributed to 1 posts out of 5593 total posts (0.02%) in 1698 days (0.00 posts per day).

20 most recent posts:

FIX Support » Fix Session Configuration Issues Sep 03, 2019 @ 02:59 AM (Total replies: 1)

Dear Support Team,

I was trying to connect my Fix Application with GainCapital Futures Fix adapter and I was having some Issues with connecting .
I have listed below my Configuration settings:

< TradingSession
host="api.gainfutures.com" port="9300"
senderCompID="ZMahmood2394" targetCompID="OEC_TEST"
fixVersion="FIX44"
keepSequenceNumbersAfterLogout="True"
setResetSeqNumFlag="true"
heartbeatInterval="30"
useSslEncryption="false" sslCertificateFile=""
username="" password="API76697"
rawData="" />

< MarketDataSession
host="api.gainfutures.com" port="9301"
senderCompID="ZMahmood2394" targetCompID="OEC_TEST"
fixVersion="FIX44"
keepSequenceNumbersAfterLogout="False"
heartbeatInterval="30"
username="" password="API76697"
rawData="" />


I am not sure how to add screenshot in this so I am listing down the error I receive.
I am receiving error from my application:
session with Session: [ZMahmood2394, OEC_TEST, 4.4] already exists
.
My question is do you have single login for Trade Session and Market data Session or are they two separate.

Thank you.