Last Version

QuickFIX/J Parent 2.3.1

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 (FPL). QuickFIX/J is a full featured messaging engine for the FIX protocol. It is a 100% Java open source implementation of the popular C++ QuickFIX engine.

License

License

GroupId

GroupId

org.quickfixj
ArtifactId

ArtifactId

quickfixj-parent
Version

Version

2.3.1
Type

Type

pom
Description

Description

QuickFIX/J Parent
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 (FPL). QuickFIX/J is a full featured messaging engine for the FIX protocol. It is a 100% Java open source implementation of the popular C++ QuickFIX engine.
Project URL

Project URL

http://www.quickfixj.org
Source Code Management

Source Code Management

https://github.com/quickfix-j/quickfixj/

Download quickfixj-parent 2.3.1


<!-- https://jarcasting.com/artifacts/org.quickfixj/quickfixj-parent/ -->
<dependency>
    <groupId>org.quickfixj</groupId>
    <artifactId>quickfixj-parent</artifactId>
    <version>2.3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.quickfixj/quickfixj-parent/
implementation 'org.quickfixj:quickfixj-parent:2.3.1'
// https://jarcasting.com/artifacts/org.quickfixj/quickfixj-parent/
implementation ("org.quickfixj:quickfixj-parent:2.3.1")
'org.quickfixj:quickfixj-parent:pom:2.3.1'
<dependency org="org.quickfixj" name="quickfixj-parent" rev="2.3.1">
  <artifact name="quickfixj-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.quickfixj', module='quickfixj-parent', version='2.3.1')
)
libraryDependencies += "org.quickfixj" % "quickfixj-parent" % "2.3.1"
[org.quickfixj/quickfixj-parent "2.3.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • quickfixj-codegenerator
  • quickfixj-dictgenerator
  • quickfixj-core
  • quickfixj-messages
  • quickfixj-examples
  • quickfixj-all
  • quickfixj-distribution