Tagged Questions
The Financial Information eXchange (FIX) Protocol is a messaging standard developed specifically for the real-time electronic exchange of securities transactions. FIX is a public-domain specification owned and maintained by FIX Protocol, Ltd.
8
votes
5answers
4k views
Good tutorial about the FIX protocol?
Is anyone aware of a good tutorial/book which describes the FIX protocol? I need to connect to a FIX server. It supports a limited number of messages and I'd like to write my own FIX engine.
4
votes
3answers
198 views
Is there a Fix implementation running under mono?
Is there an implementation of the fix protocol running under mono (either free or commercial) ?
I found the following ones, but none indicates if the code it's mono compatible :
QuickFix
VersaFix
...
3
votes
2answers
3k views
Open Source FIX Client Simulator
I want test a FIX gateway for our company and was wondering if anything in opensource already exists that I can use or perhaps leverage to complete this task.
I am currently looking at QuickFix but ...
3
votes
4answers
2k views
What is a good FIX protocol API library for Java?
Wondering if anyone has any experience working with the FIX protocol using in trading.
3
votes
4answers
664 views
Is it possible to communicate with an external system over TCP/IP using WCF?
We are building a system that interacts with an external system over TCP/IP using the FIX Protocol. I've used WCF to communicate from client to server, where I had control over both client and ...
2
votes
2answers
51 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 ...
2
votes
4answers
262 views
FIX protocol engine for Delphi?
Can anyone recommend a FIX Engine (commercial or open source) for use with Delphi?
Is it possible to use QuickFIX with Delphi?
2
votes
1answer
417 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?
2
votes
2answers
1k views
Customizing the FIX logon process in a QuickFIX acceptor
I'm using QuickFIX and C# to create a FIX acceptor (server). I want the client (the FIX initiator) to logon using a username and password. However, I'm not sure how I can do that in QuickFIX.
By ...
2
votes
3answers
341 views
Implementing FIX Protocol-based orders with support for Stop Loss and Take Profit
I spent a substantial amount of time looking for examples or descriptions of how to implement order execution methodology that will support stop losses and take profits through FIX Protocol.
I ...
2
votes
1answer
221 views
What FIX implementation do you recommend for use with .NET
I am reviewing implementation choices for FIX when using .NET. A few obvious choices come to mind, but I want to know if there are other options, better choices or if we've made the same decision as ...
2
votes
1answer
1k views
quickfix library questions
I’m new with the quickfix stuff and I have several questions regarding the quickfix library, and I will be more than happy to get answers from you:
I’m planning to develop FIX server that gets FIX ...
2
votes
1answer
365 views
How to get a message request from its sequence number?
Given a sequence number, I need to find the corresponding request message string.
I can't find a way to it easily do that with quickFix lib.
To be short, I've had the idea to use the FileStore "body" ...
2
votes
2answers
857 views
Detecting loss of connection to fix gateway? (QuickFix)
I'm trying to find a good way to detect a loss of connection.
My adapter is implemented as a Fix::Application based on one of the examples. It uses a socket initiator to connect to the fix gateway.
...
1
vote
3answers
85 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 ...
1
vote
3answers
57 views
Open source wrapper library for all major brokers for submitting orders and getting prices?
Is there a single open source library which contains API calls for each brokers to do common functionalities like, get price ticks, submit orders?
for ex)
buy("MSFT",33); //will send buy order to ...
1
vote
3answers
118 views
Parsing FIX protocol in regex?
I need to parse a logfiles that contains FIX protocol messages.
Each line contains header information (timestamp, logging level, endpoint), followed by a FIX payload.
I've used regex to parse the ...
1
vote
2answers
72 views
Quickfix Syncing Sequence Numbers
If, for whatever reason, my application loses track of what sequence number I was on, what is the recommended way of re-establishing the session to continue trading?
1
vote
2answers
68 views
Converting a fix msg to indivdual attributes
I have a fix msg coming in which I need to extract the invdividual attributes. Is there any Java jars or libs currently out there with added fix functionality. Currently looking over QuickFIX/J This ...
1
vote
3answers
421 views
Quickfix: acceptor and initator in same application?
I am new to quickfix (I'm a student trying to teach myself), and have downloaded the examples from quickfix.org (in c++) and have been able to connect ordermatch to tradeclient and get them talking to ...
1
vote
1answer
156 views
Editing tool for FIX messages
I find myself doing quite a bit of testing lately using FIX messages as test data, and especially for testing, I need to make frequent, small changes. E.g. right now I would like to use one FIX ...
1
vote
1answer
171 views
Compare two FixMessages in QuickFIXJ
I need to compare two fix messages (say two ExecutionReports) in QuickFIXJ.
Let's call them er1 and er2
Now, what I mean by comparing them is that a bunch of fields must be identical.
for instance ...
1
vote
2answers
301 views
Setting up Fix Client to Record Tick Data
I am in the process of trying to assemble a tick dataset. What I would like to do is use a Fix Client paired with a vendor's Fix Adapter to retrieve marketdata (tick + orderbook) in FIX format and ...
1
vote
3answers
344 views
Help to use FIX (financial information exchange protocol) in application
I am coding on server side for related to financial application in java using proprietary protocol but some one suggested to me that to use FIX (financial information exchange protocol) in place of ...
1
vote
3answers
217 views
How to design a client server architect
I like to know the server (TCP based) architecture to support large scale of clients(at least10K) to implement Fix server. My points are
How we design it.
How to listen on the open port? Use select or ...
1
vote
2answers
310 views
Development of a FIX engine
I am new in the FIX and have requirement to develop a small FIX engine to communicate trading system. As I know there are plenty of FIX engine available but here requirement is to develop it.
Could ...
1
vote
2answers
633 views
Quickfix 1.13.3 - SeqNum not reset properly at StartTime with ODBC Store
I am using quickfix 1.13.3 recompiled with ODBC and I have a strange behavior on my acceptors (two acceptors on different machines sharing the same ODBC database and enabled for hot failover).
My ...
1
vote
3answers
1k views
What is the FIX protocol for financial institutions?
What is the FIX protocol for financial institutions?
0
votes
0answers
25 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
1answer
29 views
Can JSCH get messages quickly enough from remote server
I want to write a java tool to monitor some FIX log. The idea is using SSH to logon remote server, then getting the output of command "tail -f xxx" to my PC, rest is some log analysis work.
When I ...
0
votes
2answers
74 views
QuickFix engine acceptor and initiator
i`m trying to make a quickfix initiator and acceptor connect to each other and just send a heartbeats. But no matter what i try it dont seems to work at all. I read all the documentation avaible but ...
0
votes
1answer
32 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 ...
0
votes
2answers
34 views
How can I get QuickFix to process messages that come in from a resend request?
I am writing an acceptor application and using a persistent FIX session. I am trying to write a recovery mode, such that if I go offline or my program restarts, when I reconnect I want to reprocess ...
0
votes
0answers
22 views
quick simple and fast fix/fast engine
I've talked to several programmers and they said that writing basic engine to encode/decode fix/fast messages is pretty easy and about 3-days work for fix and one week work for fast. I'm looking for ...
0
votes
1answer
135 views
Quick FIX in C# [closed]
I am working on porting of C++ library on C# which is using QuickFix library.
I am not getting replacement of FIELD_GET_REF in C#, the C++ code is like
if (FIX::MsgType_Heartbeat != FIELD_GET_REF( ...
0
votes
2answers
142 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 ...
0
votes
3answers
222 views
Quickfix session setup : logout sent before logon from initiator
My QuickFIX client is sending logout before login everyday. Is it possible not to have this logout message sent before login ... ?
Followings are the setting I am using now:
[default]
...
0
votes
2answers
65 views
FIX (quickfix) how to set which NIC/IP to use for the FIX session
I am about to write a trading application using the FIX protocol (QuickFix for C++). The computer has 6 NIC card configured. How do I let my FIX application (acting as an initiator in the case) to ...
0
votes
1answer
171 views
Getting started on FIX protocol with PHP sockets
I have pretty basic knowledge of PHP sockets and the FIX protocol altogether. I have an account that allows me to connect to a server and retrieve currency prices.
I adapted this code to connect and ...
0
votes
0answers
200 views
Help need for openfast implementation
Our stock exchange going to implement FAST messaging in their system in order to reduced the bandwidth usage. We have already implement the FIX based application to trade with Stock exchange. In ...
0
votes
0answers
165 views
Need help for FAST(FIX Adapted for STreaming) implementation
Any body knows, how FAST(FIX Adapted for STreaming) protocol handle Increment,Tail field encoding happens.There is a Java API called OpenFast which is supported for FAST.I need to know whether ...
0
votes
1answer
135 views
How do i handle communication between FIX engines of different version
I am developing a trading engine and i have to use FIX engines. If i use a FIX engine of a higher version can it communicate with a FIX engine of a lower version ?
Are there any FIX engines capable ...
0
votes
2answers
167 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
2answers
281 views
Fix 4.2 Question
In a FIX 4.2 execution report what is the difference between FIX 4.2 : ClOrdID <11> field and FIX 4.2 : OrigClOrdID <41> field
Thanks
0
votes
2answers
364 views
QuickFIX: Load a message from the logs
I am building a tool to replay logs. Manually parsing the logs is annoying, so I'm wondering if there is a way to simply load a message from the log.
Also, I am not against just using a third-party ...
-2
votes
0answers
34 views
Fix Specifications [closed]
can you give me few tips how i can make application that use this specifications? http://batstrading.com/resources/membership/BATS_FIX_Specification.pdf (or any other )
I'm asking here because i'm ...
-2
votes
1answer
194 views
How to apply FIX in application [closed]
I am working on server side for the BSE trading and my need to use FIX in the trading.
So if you have any example/code/idea to use FIX then please guide me.