1
vote
2answers
133 views

QuickFix Trouble - Repeating Groups

My fix engine keeps rejecting messages and I was hoping someone could help me figure out why... I'm receiving the following sample message: 8=FIXT.1.1 9=518 35=AE 34=4 1128=8 49=XXXXXXX 56=YYYYYYY ...
0
votes
1answer
80 views

Fix protocol for FX trades

I'm trying to gather an information about FIX protocol for FX (Foreign Exchange) trades. Some old sources mention that FIX protocol got extended with FX related message support: ...
2
votes
2answers
453 views

FIX issue with new order single

I am new to FIX technology and am working on a FIX application. Whenever I send a NewOrderSingle message, I get an error. I am using the QuickFix engine in C# and creating RequestPlaceOrder objects ...
0
votes
0answers
310 views

FIX protocol - java code to read streaming data from market [closed]

I am new to the FIX protocol and to Forex trading in general. I have been looking at some sample code and trying to find something that will help me read streaming data from the market using the FIX ...
0
votes
2answers
857 views

Fix Protocol Api Forex Access - Developing An App

Does anyone has any experience with developing applications using Fix Api protocol (using the FIX 4.4 protocol) to trade Forex via this ? I would like to know how and when to start ? Where can I get ...