| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.ig.us.otc |
| Идентификатор | Идентификаторquickfixj-parent |
| Версия | Версия1.0.22 |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикIG Group |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| quickfixj-parent-1.0.22.pom | 10 KB |
| Обзор |
<!-- 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"]