sackfix-common

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

License

License

GroupId

GroupId

org.sackfix
ArtifactId

ArtifactId

sackfix-common_2.13
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

sackfix-common
Common Fix fields, traits and utilities required by every part of SackFix
Project URL

Project URL

http://www.sackfix.org/
Project Organization

Project Organization

org.sackfix
Source Code Management

Source Code Management

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

Download sackfix-common_2.13

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.5
com.typesafe : config jar 1.4.1

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.13 jar 3.2.6

Project Modules

There are no modules declared in this project.

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

Upgraded in 2021 to akka typed and scala 2.13.

Version Year built with
0.1.0 2017 JDK 1.8, Scala 2.11, SBT 0.13.12, Akka 2.4.16
0.1.3 2021 JDK 1.8, Scala 2.13.5, SBT 1.4.7, Akka 2.6.13

Feel free to upgrade and generate your own version.

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.

You can get the fix xml specs from org.quickfixj, which is on 2.2.0 as I rework for Scala 2.13. ie download it, unzip it, and you will find the xml files in:

org.quickfixj-2.2.0\etc

The application.conf contains the list of versions to generate, directories and so on. The fields are generated into this project - so if you make changes you may want to first edit application.conf to change the output directory or package.

To update the other projects, you should install the newly built version and then update them.

sbt clean packageLocal

Best wishes, Jonathan

Versions

Version
0.1.3