Questions tagged [quickfixgo]

The GO port of QuickFIX, an open-source engine for writing applications that communicate via the FIX protocol (Financial Information eXchange).

5 questions
2
votes
1 answer

What are FIX protocol tags between 10000 and 19999 for?

I know that the FIX protocol specifies user defined fields that cover the range 5000 to 9999. The same specification says, that you can use the tags 20000 to 39999 bilaterally between parties. In December 2009 the Global Technical Committee…
Yannick
  • 663
  • 1
  • 10
  • 33
0
votes
0 answers

How to get the status of orders in quickfix

I'm working with quickfixgo 5.0. in the FromApp function I'm receiving the execution report message and parsing it and trying to store it in the db. but what happens if my db connection fails and it returns error? I need to get the execution message…
0
votes
0 answers

How to read field from setting/.cfg file in QuickFIX C++

I am writing quickfix call for NewOrderSingle/NewOrderCancelRequest/NewOrderStatusRequest. Inorder to execute this request we need to fill one attribute that is AccountID. As of now I am filling this attribute in each request individually like…
alshamsh93
  • 29
  • 4
0
votes
1 answer

How does the acceptor handle messages in QuickFIX/J

I’m trying to build a trading simulator that consists of Broker (client)-Router(acceptor)—Market(client). The documentation is very sparse on QuickFIX/J. I’d like to know in detail: How messages are handled in general and if the acceptor has any out…
0
votes
1 answer

Read MD groups in QuickFixGo

How can I use the function: https://github.com/quickfixgo/quickfix/blob/master/field_map.go#L150 Has anybody got an example code snippet showing how to implement the FieldGroupReader interface? Many thanks
jim
  • 8,670
  • 15
  • 78
  • 149