Questions tagged [quickfixj]

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

Documentation and source are at QuickFIXJ.org.

325 questions
0
votes
2 answers

Query a remote server using QuickFix/J in Java to get position of an instrument

I'm building a client for trading with a remote server using FIX protocol and QuickFix/J API. I can send order, receive price updates, cancel orders etc... I'm asked now to "query API for current position of an instrument". So let's say I can submit…
0
votes
2 answers

Is is possible to set StartTime/EndTime dynamically?

I'm new to Quickfix/J. Could I set or overwrite the StartTime/EndTime dynamically or programmably so that the value of StartTime will be the exact time when I start the program? Or I need to modify the source codes to achieve that? Thanks you
macemers
  • 2,194
  • 6
  • 38
  • 55
0
votes
1 answer

Architecture diagram involving the flow of data between trading engine, order routing engine,quickfix and the exchange

If I write an order routing system based on QuickfixJ, can I just start submitting my trades to an exchange? Or do I need to register myself with the exchange or get permission or something like that? I am not able to understand how QuickfixJ, the…
Victor
  • 16,609
  • 71
  • 229
  • 409
0
votes
1 answer

Quickfix acceptor validations

I have i server application using QuickFix/J. how can QuickFix/j validate host connecting to server? don't want to use firewall to block ip's.
OshikawaL
  • 23
  • 8
0
votes
3 answers

quickfixJ Getting Session settings from the session object

I would like to customize the sent Login message in the toAdmin method by adding the Username and Password values from the current session settings. Something like that: @Override public void toAdmin(Message message, SessionID sessionId) { …
nakhli
  • 4,009
  • 5
  • 38
  • 61
-1
votes
1 answer

QUICKFIX Logon Request. Session getting disconnected.

I am trying to get messages from a message queue and forward them to some other queue using quickfix. I encounter an IllegalStateException when a message is read. Exception message is Logon did not succeed. I think the issue is with session…
-1
votes
1 answer

How to receive fix message from a server using QuickFix/J Engine?

I am a newbie to use quickfixj. I'm trying to prepare a client to receive message connecting with an IP and port. After reading QFJ documentation/support, I can't get any idea. Is there a perfect way to receive message from the server using quick…
randxy
  • 103
  • 1
  • 4
  • 19
-3
votes
1 answer

Which is the last release of quickfix that support Java 7?

The last version de QuickFix need Java 8, but I can't find info about which is the last for JDK 7, could you help me.
-3
votes
1 answer

Need sample program for FIX parser

I have to write a Java program. I need to parse a FIX format content. I saw so many links on google/stackoverflow for parsing FIX message. But all of them were using quickfix/J or there were some Java programs but they were reading a particular type…
Vaibhav
  • 3,035
  • 7
  • 24
  • 27
1 2 3
21
22