q

quickfixj-examples-ordermatch

QuickFIX/J example application - Order Match
http://www.quickfixj.org
文件下载
文件名 操作
quickfixj-examples-ordermatch-1.6.3.jar 下载
quickfixj-examples-ordermatch-1.6.3.pom 下载
quickfixj-examples-ordermatch-1.6.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.quickfixj</groupId>
  <artifactId>quickfixj-examples-ordermatch</artifactId>
  <version>1.6.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.quickfixj:quickfixj-examples-ordermatch:1.6.3'
Gradle Kotlin
implementation("org.quickfixj:quickfixj-examples-ordermatch:1.6.3")
Scala SBT
libraryDependencies += "org.quickfixj" % "quickfixj-examples-ordermatch" % "1.6.3"
Groovy Grape
@Grapes(
  @Grab(group='org.quickfixj', module='quickfixj-examples-ordermatch', version='1.6.3')
)
Apache Ivy
<dependency org="org.quickfixj" name="quickfixj-examples-ordermatch" rev="1.6.3" />
Leiningen
[org.quickfixj/quickfixj-examples-ordermatch "1.6.3"]
Apache Buildr
'org.quickfixj:quickfixj-examples-ordermatch:jar:1.6.3'