Questions tagged [fix-protocol]

The Financial Information eXchange Protocol ( a "FIX Protocol" ) is a series of messaging specifications for the electronic communication of both trade-related and quote-stream related electronic trading messages between a market-access venue and a trading-desk operator ( be it a human or an algorithmic-trading engine ).

What is FIX?

The Financial Information eXchange Protocol ( abbrev. as a "FIX Protocol" ) is a series of messaging protocol specifications for the electronic communication of trade-related messages to provide a common, global language for the automated trading of financial instruments.

A typical FIX Protocol compliant message is an ASCII string, consisting of number tags, associated with their values and looks like:

tagNumber1=tagValue1|tagNumber2=tagValue2|tagNumber3=tagValue3

and so on, where a character | is a tag-record delimiter.

Want to get started or look up an existing tag details?

Visit: https://www.fixtrading.org/standards/

608 questions
-1
votes
2 answers

How to insert data into table in following scenario?

I am newbie in hadoop and I have to add data into table in hive. I have data from FIX4.4 protocol, something like…
-1
votes
2 answers

python - FIX protocol simple test logon

I just started trying to connect to my broker through the FIX protocol. The broker gave me: an IP:port address to connect to a "sendercompid" a "targetcompid" a password I would like, as a first test, simply send a logon message to the broker and…
jim jarnac
  • 4,804
  • 11
  • 51
  • 88
-1
votes
1 answer

Is tag35=4 sent via ToApp or ToAdmin

I want to stop all duplicate messages(orders really) but allow message tag 35=4 through. This is needed after a reconnect it…
ManInMoon
  • 6,795
  • 15
  • 70
  • 133
-1
votes
1 answer

Tag 8 header is getting added to FIX message send to target

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 new orders to send. Following is my order which I had sent to…
-1
votes
2 answers

Are there open source FIX Simulators where the FIX SPEC each counterparty uses can be altered?

Are there open source FIX Simulators where the FIX SPEC each counterparty uses can be altered? For example, I may be a user at one end using FIX 4.2 with some custom tags, and I want to simulate a session with me and another user using say FIX 4.4…
userH
  • 187
  • 2
  • 13
-1
votes
1 answer

Parsing FIX messages, stress testing

I am doing some stress testing on FIX message parsing on a GPU. What is a reasonable number of messages I should aim to parse per second? thanks
mfc
  • 3,018
  • 5
  • 31
  • 43
-2
votes
1 answer

FIX server not responding to Market Request

I have successfully logged on to a FIX server, and am sending and receiving heartbeats every 30 seconds. I then send this message to receive Market…
-3
votes
1 answer

How to install QuickFix/n

Iam trying to install the QuickFix/n but i cannot figure out how to do it. Even following the README doc and the http://quickfixn.org/tutorial/creating-an-application.html When i include the library using QuickFix; inside the project it says that…
Gabriel
  • 3
  • 3
1 2 3
40
41