GR
Connect/Disconnect cycle
12 Apr 2022, 12:38
Hi,
I use Fix / Python in my trading service
I continue to get continuous connection disconnects on the account below. The reset is almost immediate so I basically log on, i get a connection callback and then immediately a disconnection callback rendering the trading part of my service untestable.When I use my live account configuration I dont get any connection resets on my live account - please advise.
Regards
{
"Host": "h35.p.ctrader.com",
"Port": 5202,
"SSL": false,
"Username": "9105135",
"Password": "testing",
"BeginString": "FIX.4.4",
"SenderCompID": "demo.skilling.9105135",
"SenderSubID": "TRADE",
"TargetCompID": "CSERVER",
"TargetSubID": "TRADE",
"HeartBeat": "30"
}

Groenewald.a.m
12 Apr 2022, 20:38
RE: Connect / disconnect cycle for Fix / Python
The problem went away, I suspect it had something todo with the Fix server.
Groenewald.a.m said:
@Groenewald.a.m