The Financial Information eXchange ("FIX") Protocol is a series of messaging specifications for the electronic communication of trade-related messages.
0
votes
1answer
20 views
Required fields within repeating groups FIX
So I am trying to generate repeating groups in a FIX message, but I need a method to determine which fields are required for each repeating group so I don't have to hard code everything. For some ...
0
votes
1answer
19 views
How to delete the BodyLength field (tag 9) or CheckSum (tag 10) using Quickfixj
I'm a beginner to both quickfix and java.
Usually when I want to remove a Field in a quickfix Message, I use the removeField method with a tag as an argument, but this doesn't seem to work with the ...
1
vote
1answer
29 views
Fiximate replicate?
I want to create something similar to fiximate but the thing I want to do different is filter by venue instead of FIX version.
Having downloaded the FIXImate for offline use to get an idea of the ...
0
votes
2answers
107 views
Benefits of using multiple FIX gateways
Hey I noticed some venues use multiple gateways to conduct different activities For example one gateway used for Order Routing and another gateway solely used for Market Data.
What are the benefits ...
1
vote
3answers
65 views
Fix Protocol Error : Field [5232] was not found in message
I am using Quickfix and stunnel to connect to server with RSA private key.
When I am sending Market Data Request(MsgType=V), I am getting the following error
...
2
votes
1answer
79 views
How to connect server by quickfix using private key
Im connecting to server using FIX protocol 4.4.
Previously i used username and password for authentication.
Below is my configuration file
[DEFAULT] ConnectionType=initiator HeartBtInt=30
...
1
vote
1answer
54 views
FIX Protocol - quickfixJ and versions of FIX
I am trying to connect to a broker that is using FIX 5.0
I would like to leverage quickfixj for ease and speed of implementation.
Is this going to work? I am assuming 5.0 extends (so to speak) the ...
0
votes
3answers
223 views
.Net quick free FAST decoder
Could someone please suggest fast and free FAST decoder to be used from c#?
quickfast is probably fastest free decoder on the market but it's too slow to use from .NET because by default a lot of ...
1
vote
1answer
57 views
FIX transport logon message, username/password configuration
In the FIX transport implementation, If synapse acts as an initiator, it first sends logon message to the acceptor..If the acceptor requires username/password for logon message, is there a way to ...
1
vote
0answers
47 views
Quickfixn - Tag Appears More Than Once Rejection
I'm having an issue with Quickfixn and I'm hoping someone with more experience working with it can shed some light on an issue I'm facing. For some reason, messages are getting rejected by the ...
0
votes
1answer
71 views
Are there open source FIX Simulators were the FIX SPEC each counterparty uses can be altered?
Are there open source FIX Simulators were the FIX SPEC each counterparty uses can be altered?
For example, I maybe a user at one end using FIX 4.2 with some custom tags, and I want to simulate a ...
1
vote
0answers
55 views
how to implement arbitration of feed A and feed B in FAST financial protocol?
I need to implement feeds arbitration for FAST protocol. Problem is pretty common and there are even hardware solutions As problem is wide known i do think there should be at least general suggestions ...
0
votes
1answer
53 views
QuickFIX marketdatarequest after disconnect
Im using quickfix. I start session and send MarketDataRequest, it works fine, but after the disconnect happened and quickfix session reconnected, i cant get any market data anymore. Server does not ...
1
vote
0answers
35 views
How can I import .FAST files more quickly?
I need to import a large amount of data from .fast files into a database. I have been able to do it using a fast compliant decoder that streams into an application which in turn performs bulk inserts ...
1
vote
2answers
82 views
What's the expected behavior when TCP connection is lost?
I looked through FIX v4.2 spec, it is not clear to me what the expected behavior it should be when the TCP connection is lost in the middle of a session.
More specifically, suppose the current ...
0
votes
1answer
76 views
How to test market data parsing program
I'm developing a program to receive and parse market data from a exchange. What's the best way to test my program during the development? The data was sent via a multicast socket, but I don't have ...
1
vote
2answers
189 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
78 views
quickfix : how to get Symbol ( flag 55 ) from messages?
I'm running QuickFix with the Python API and connecting to a TT FIX Adapter using FIX4.2
I am logging on and sending a market data request for two instruments. That works fine and data from the ...
0
votes
1answer
82 views
FIX session level reject
I am studying fix session layer and having some confusion about session level reject.
In case of a garbled or invalid (error in checksum, bodylength, required tag missing...etc) received message ...
2
votes
1answer
572 views
MetaTrader 4 Fix protocol using Java
I've got a MT4 client setup on my machine and can successfully retrieve feeds. However, I have written a program using java to pull data using the FIX protocol. I'd like to know how my java program ...
0
votes
1answer
78 views
FIX Reading Repeating groups
I have a FIX log file. I'm iterating on the lines, putting each string into
Message m = new Message(str, false)
Because for some reason, validation fails on the file (even the first line). Now, I ...
0
votes
1answer
29 views
Best way of documenting mapping to different venues
Hi I have been asked by my employer to document how our FIX Spec will map to another venues FiX Spec.
This will require hard work as it involves going through each message and seeing how it is ...
0
votes
1answer
25 views
Discripency between venues sending Security Status
I have Venue 1 which automatically sends out a Security's status automatically when a Security Definition Request message is sent out. But Venue 2 uses a SecurityStatusRequest message.
Now how would ...
0
votes
0answers
15 views
what is the ListUpdateAction used for in FIX?
what is the ListUpdateAction used for in FIX?
Reading the FIX dictionary states "If provided, then Instrument occurrence has explicitly changed"
What does that mean? Because the valid values for ...
0
votes
1answer
23 views
Any advice on the best way to go about mapping venues FIX Specs?
Venue 1 may use a a specific message to request say Market Data, whilst venue 2 may use another message for the same task. Now what is the best way of mapping this? Any suggestions would be ...
0
votes
1answer
171 views
Incorrect NumInGroup count for repeating group QuickFix
I am unable to parse this market data incremental refresh message(fix 4.3):
...
1
vote
1answer
70 views
FIX - Determining message length?
In FIX what determines a message length? Because I have read if a message exceeds its length it will be sent in fragments.
0
votes
1answer
113 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:
...
0
votes
1answer
74 views
FIX Difference between Security Definition Request (MsgType=c) and Security List Request (MsgType=x)
In FIX what is the difference between Security Definition Request (MsgType=c) and Security List Request (MsgType=x)
0
votes
2answers
710 views
QuickFix configuration: What settings do I set to never attempt to login?
I have several instances of software that read a QF configuration file. The default setting is to log in in the morning and out in the evening.
StartTime=07:00:00
EndTime=21:00:00
However, I need ...
5
votes
4answers
2k views
What's the most efficient way to parse FIX Protocol messages in .NET?
I came across this very similar question but that question is tagged QuickFIX (which is not relevant to my question) and most of the answers are QuickFIX-related.
My question is broader. I'm looking ...
2
votes
5answers
904 views
where can I get FIX DATA (FIX as in FIX PROTOCOL)
Can somebody suggest a place (websites) where to find 'real' FIX messages.
By real I mean not examples but 'real' so that if I put them into an engine it won't complain that tag 10 is incorrect or ...
0
votes
2answers
270 views
java.lang.Error: Invalid UTF-8 Encoding
I am getting this error when trying to process trades through my trading application and when it is communicating with FIX.
java.lang.Error: Invalid UTF-8 Encoding
at ...
1
vote
0answers
64 views
FIX Engine supporting different versions
We have developed a FIX Engine to support 4.2 version.But however we got a new Liquidity Provider who resides on FIX 4.4 version.Any ideas on how to convert the FIX 4.2 message to 4.4?
2
votes
1answer
125 views
What is the relationship between the FIX Protocol's OrdID, ClOrdID, OrigClOrdID?
I'm pretty new to the FIX protocol and was hoping someone could help clarify some terms.
In particular could someone explain (perhaps with an example) the flow of NewOrderSingle, ExecutionReport, ...
-1
votes
4answers
348 views
What is the fastest (transactions per second) Java FIX engine out there?
I am using QuickFix/J (Open Source) at the moment, and it has worked well enough.
Now I am contemplating changing to a better/commercial FIX Engine, so basically I would like to know which one is the ...
0
votes
0answers
49 views
WSO2 ESB FIX Proxy Initiator Config stored in ESB registry
I am new to WSO2 and I already have got a FIX proxy (initiator) up and running. My question is around the services parameters for a FIX proxy service, can I store the Initiator Config in the registry ...
0
votes
0answers
138 views
Matlab not connecting to QuickFIX with socket initiation?
I am using the current QuikFIX/J package from http://fiximulator.org/
I am trying to get my Matlab code to connect to active components servers which include Banzai and Executor.
Here is the Matlab ...
1
vote
3answers
382 views
Quickfix support for fpml
I am trying to figure out if quickfix supports fpml. I am guessing not , since i could not tell by googling.
0
votes
1answer
131 views
How to retrieve tag value from quickfixj FIX.4.2 executionreport
I want to persist a fix4.2 message to database by retrieving the value of each tag. I am having the ExecutionReport object of the fix message.
I am retrieving the tag value of account using ...
2
votes
1answer
341 views
tshark export FIX messages
The Objective
I'm trying to achieve the following:
capture network traffic containing a conversation in the FIX protocol
extract the individual FIX messages from the network traffic into a "nice" ...
1
vote
2answers
392 views
Entity Framework 5 - The abstract type 'X' has no mapped descendents and so cannot be mapped
I'm getting the following error when trying to operate on this object. Anybody got any ideas? The project is on GitHub, but you will most likely not be able to run it unless you have a FIX server ...
0
votes
1answer
37 views
FIX protocol : ClearingBusinessDate field
I have a questions about FIX protocol.
I plan to send a PositionReport message without a PositionReportRequest message received. But i must fill a field, ClearingBusinessDate, in the PositionReport ...
2
votes
1answer
261 views
why FIX fields using quickfix are null?
I am new to FIX. I have a FIX message:
8=FIX.4.4|9=122|35=D|34=215|49=CLIENT12|52=20100225-19:41:57.316|56=B|1=Marcel|11=13346|21=1|40=2|44=5|54=1|59=0|60=20100225-19:39:52.020|10=072|
and I am ...
1
vote
1answer
340 views
Add user defined fields in the FIX dictionary
I need to add/modify fields in the FIX4.4 dictionary. I haven't found any helpful documentation or tutorials on this.
I'm guessing I have to modify the FIX44.xml file, but I'm not sure how exactly ...
1
vote
3answers
601 views
Differentiate between FIX and FAST protocol?
Sorry I am new to trading industry.
Could anyone explain what is the difference between FIX and FAST?
When to implement FIX and when FAST?
Please reply..Thank you so much :)
0
votes
1answer
537 views
Why are repeating groups required when requesting market data over FIX?
Can anyone tell me, why we need to use repeating groups in market data request. And what response/reply should we receive from acceptor against market data request. Please tell how can we receive ...
5
votes
4answers
2k views
Fix library for .NET
I am looking for a recommendation for a FIX library for .Net (C#).
It should support FIX and possibly FIXML.
I already know of QuickFix, but it has some bugs which I'd like to avoid.
Ideas?
1
vote
2answers
282 views
Calculate Modulo 256 Checksum in PHP
I've searched Stackoverflow already and unfortunately nothing came up. I am working with the FIX protocol and I need to generate a Modulo 256 checksum as described at ...
0
votes
1answer
267 views
what is “NoMDEntries”?
In FAST incremental update message I have found "NoMDEntries" field. The description for it is "Number of entries in Market Data message."
What is it? How do I supposed to use this field?



