sackfix-messages-fix50sp2modified

All Fix 5.0sp2modified strongly typed messages, purely generated code, do not edit.

License

License

GroupId

GroupId

org.sackfix
ArtifactId

ArtifactId

sackfix-messages-fix50sp2modified_2.11
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

sackfix-messages-fix50sp2modified
All Fix 5.0sp2modified strongly typed messages, purely generated code, do not edit.
Project URL

Project URL

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

Project Organization

org.sackfix
Source Code Management

Source Code Management

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

Download sackfix-messages-fix50sp2modified_2.11

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7
org.sackfix : sackfix-common_2.11 jar 0.1.0
ch.qos.logback : logback-classic jar 1.1.3
com.typesafe : config jar 1.3.0
com.typesafe.akka : akka-actor_2.11 jar 2.4.2
com.typesafe.akka : akka-slf4j_2.11 jar 2.3.12

provided (2)

Group / Artifact Type Version
org.scoverage : scalac-scoverage-runtime_2.11 jar 1.1.1
org.scoverage : scalac-scoverage-plugin_2.11 jar 1.1.1

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.1
org.mockito : mockito-all jar 1.10.19

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

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

What is this project?

SackFix is a Scala session layer fix implememtion. This project includes all of the generated Fix messages for every version of Fix.

They are all immutable, and can be rendered toString as human readable, or to Fix. They also have decoders to hook into the session layer which can turn incoming fix into the correct message.

Please visit sackfix.org for instructions on how to run the example initiator and acceptor.

Best wishes, Jonathan

Versions

Version
0.1.0