sackfix-common

Common Fix fields, traits and utilities required by every part of SackFix

Лицензия

Лицензия

Группа

Группа

org.sackfix
Идентификатор

Идентификатор

sackfix-common_2.11
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

sackfix-common
Common Fix fields, traits and utilities required by every part of SackFix
Ссылка на сайт

Ссылка на сайт

http://www.sackfix.org/
Организация-разработчик

Организация-разработчик

org.sackfix
Система контроля версий

Система контроля версий

https://github.com/PendaRed/sackfix.git

Скачать sackfix-common_2.11

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.sackfix/sackfix-common_2.11/ -->
<dependency>
    <groupId>org.sackfix</groupId>
    <artifactId>sackfix-common_2.11</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sackfix/sackfix-common_2.11/
implementation 'org.sackfix:sackfix-common_2.11:0.1.0'
// https://jarcasting.com/artifacts/org.sackfix/sackfix-common_2.11/
implementation ("org.sackfix:sackfix-common_2.11:0.1.0")
'org.sackfix:sackfix-common_2.11:jar:0.1.0'
<dependency org="org.sackfix" name="sackfix-common_2.11" rev="0.1.0">
  <artifact name="sackfix-common_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sackfix', module='sackfix-common_2.11', version='0.1.0')
)
libraryDependencies += "org.sackfix" % "sackfix-common_2.11" % "0.1.0"
[org.sackfix/sackfix-common_2.11 "0.1.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.11.7
com.typesafe : config jar 1.3.0

provided (2)

Идентификатор библиотеки Тип Версия
org.scoverage : scalac-scoverage-runtime_2.11 jar 1.1.1
org.scoverage : scalac-scoverage-plugin_2.11 jar 1.1.1

test (1)

Идентификатор библиотеки Тип Версия
org.scalatest : scalatest_2.11 jar 3.0.1

Модули Проекта

Данный проект не имеет модулей.

SackFix

A Scala Fix Engine implementation. It is a full implementation of the session level protocol, tested using the sackfix tester project, supporting acceptor and initiators using AKKA and Scala.

To get started simply download the examples project and start the acceptor and then the initiator. The SackFix suite consists of

  • Examples: This is all you need!
  • Tester: A very simple test suite to stress out any Session level implementation.
  • Session: All of the statemachines and message handling for the Fix Session. ie the business logic lives here.
  • Messages: Code generated Fix Messages for all versions of fix.
  • Common: The code generator and common classes - including all the code generated Fields.

Full documentation is at SackFix.org.

Versions

JDK 1.8, Scala 2.11, SBT 0.13.12, Akka 2.4.16. Feel free to upgrade.

What is this project?

This project contains the core code generator and the common fields and message definitions which makes the session layer tick.

You should really have no need to checkout this project unless you want to change the code generator. All documentation is at sackfix.org.

I want to build it anyway

Check it out and use sbt.

Best wishes, Jonathan

Версии библиотеки

Версия
0.1.0