MVN

com.ig.us.otc : quickfixj-parent

Maven & Gradle

Apr 13, 2021
0 stars

QuickFIX/J 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.

<dependency>
    <groupId>com.ig.us.otc</groupId>
    <artifactId>quickfixj-parent</artifactId>
    <version>1.0.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ig.us.otc : quickfixj-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.22

All Versions

Choose a version of com.ig.us.otc : quickfixj-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
quickfixj-parent-1.0.22
quickfixj-parent-1.0.21
quickfixj-parent-1.0.20

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.ig.us.otc</groupId>
    <artifactId>quickfixj-parent</artifactId>
    <version>1.0.22</version>
</dependency>