| License |
License |
|---|---|
| GroupId | GroupIdcom.ig.us.otc |
| ArtifactId | ArtifactIdquickfixj-parent |
| Version | Version1.0.22 |
| Type | Typepom |
| Description |
DescriptionQuickFIX/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.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationIG Group |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| quickfixj-parent-1.0.22.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ig.us.otc/quickfixj-parent/ -->
<dependency>
<groupId>com.ig.us.otc</groupId>
<artifactId>quickfixj-parent</artifactId>
<version>1.0.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ig.us.otc/quickfixj-parent/
implementation 'com.ig.us.otc:quickfixj-parent:1.0.22'
// https://jarcasting.com/artifacts/com.ig.us.otc/quickfixj-parent/
implementation ("com.ig.us.otc:quickfixj-parent:1.0.22")
'com.ig.us.otc:quickfixj-parent:pom:1.0.22'
<dependency org="com.ig.us.otc" name="quickfixj-parent" rev="1.0.22">
<artifact name="quickfixj-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ig.us.otc', module='quickfixj-parent', version='1.0.22')
)
libraryDependencies += "com.ig.us.otc" % "quickfixj-parent" % "1.0.22"
[com.ig.us.otc/quickfixj-parent "1.0.22"]