q

quickfixj-examples-ordermatch

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