quickfixj Questions
3
Solved
I am using QuickFIX/J version 1.6.4 within Apache Camel 2.17.0 and I get the session message Disconnecting: Encountered END_OF_STREAM. It is not an error, but in my case it leads to an unintentiona...
Krona asked 17/4, 2019 at 13:36
3
Solved
I am new to the FIX world. I am writing an application processing FIX messages in Java and for that I am using QuickFIX/J. I have downloaded the DataDictionary from the homepage (http://quickfixeng...
Binnacle asked 21/4, 2015 at 12:39
2
Solved
I am writing an application that uses QuickFIX/J as FIX framework.
My counterpart sends me an ExecutionReport message of FIX version 4.4
But only some fields (the Parties component) are of version ...
Mariettamariette asked 30/4, 2015 at 12:29
1
Except for that post, I can't find anything on the web that is a good answer to that question.
Is there any way to rotate log files with QuickFIX/J ? I am using Log4j to rotate my log files, but I...
1
Solved
I have an application written using QuickFIX/J to connect with Bloomberg Server. Recently Bloomberg added CA certificate validation to their servers and they provide additional CA certificate file ...
3
Solved
I am using QuickFIX/J in the newest version (1.6.0) and want you to ask if you know any Maven repositories to integrate in my pom file?
I could manually add the jar files to my local repository but...
Dally asked 21/4, 2015 at 7:0
2
Solved
I need a simple example of how to initialize a session and send one FIX message. I have this initial code:
SessionSettings settings = new SessionSettings( new FileInputStream("fix.cfg"));
Applica...
Simson asked 14/3, 2016 at 9:37
1
Solved
I've implemented a Java program that uses QuickFIX/J (version 1.6.0). It gets a FIX message (execution report) from the counterparty with the repeating group NoPartyIDs (Tag 453) with following the...
Psychopathy asked 22/4, 2015 at 8:25
1
Solved
I'm using quickfixj. I have a custom message like "EndTrade", when I got that message, I want to end fix session? How can I do that? I have not find any way to do so.
It is not allowing me to use ...
2
I'm using Quickfix/J to receive the message but "Sent test request TEST" happen. The log file (FIX.4.2-A-B.event.log)shows that:
23:19:05: Sent test request TEST
23:19:32: Disconnecting: Timed ou...
Striker asked 25/2, 2014 at 3:47
2
Suppose that I'm running a web-based exchange and a new customer signs up. I give that customer a new CompID and now I want to add that CompID to my acceptor. Do I have to restart my acceptor or ca...
Epley asked 29/10, 2013 at 10:53
1
© 2022 - 2024 — McMap. All rights reserved.