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
文件下载
文件名 操作
quickfixj-parent-1.6.4.pom 下载
Apache Maven
<dependency>
  <groupId>org.quickfixj</groupId>
  <artifactId>quickfixj-parent</artifactId>
  <version>1.6.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.quickfixj:quickfixj-parent:1.6.4'
Gradle Kotlin
implementation("org.quickfixj:quickfixj-parent:1.6.4")
Scala SBT
libraryDependencies += "org.quickfixj" % "quickfixj-parent" % "1.6.4"
Groovy Grape
@Grapes(
  @Grab(group='org.quickfixj', module='quickfixj-parent', version='1.6.4')
)
Apache Ivy
<dependency org="org.quickfixj" name="quickfixj-parent" rev="1.6.4" />
Leiningen
[org.quickfixj/quickfixj-parent "1.6.4"]
Apache Buildr
'org.quickfixj:quickfixj-parent:jar:1.6.4'
本项目依赖
该项目无第三方依赖