q

quickfixj-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.
http://www.quickfixj.org
The QuickFIX Software License, Version 1.0
Christoph John
Files download
File Operation
quickfixj-parent-1.6.2.pom download
Apache Maven
<dependency>
  <groupId>org.quickfixj</groupId>
  <artifactId>quickfixj-parent</artifactId>
  <version>1.6.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.quickfixj:quickfixj-parent:1.6.2'
Gradle Kotlin
implementation("org.quickfixj:quickfixj-parent:1.6.2")
Scala SBT
libraryDependencies += "org.quickfixj" % "quickfixj-parent" % "1.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.quickfixj', module='quickfixj-parent', version='1.6.2')
)
Apache Ivy
<dependency org="org.quickfixj" name="quickfixj-parent" rev="1.6.2" />
Leiningen
[org.quickfixj/quickfixj-parent "1.6.2"]
Apache Buildr
'org.quickfixj:quickfixj-parent:jar:1.6.2'
Dependencies
The project has no third-party dependencies