q

quickfixj-examples-ordermatch

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