| Interface | Description |
|---|---|
| FixPConnection |
Represents a Connection of a Binary protocol based upon FIXP - for example iLink3 or Binary Entrypoint
This is a FIXP session protocol with SBE encoded binary messages.
|
| FixPConnectionHandler |
This handler should be implemented by anyone using Artio to connect to binary FIXP protocols - such as CME's
.
|
| FixPContext |
Interface recording information about a FIXP connection that is associated with a session.
|
| FixPKey |
Interface recording information that uniquely identifies a FIXP session.
|
| FixPMessageConsumer |
Consumer to read FIXP messages from the archive.
|
| InternalFixPContext |
Implementations of
FixPContext should also implement this interface. |
| Class | Description |
|---|---|
| AbstractFixPOffsets | |
| AbstractFixPParser | |
| AbstractFixPSequenceExtractor |
Class to implement by FIXP implementations in order to correctly index sequence numbers.
|
| AbstractFixPStorage |
Class to implement by FIXP implementations in order to save or load contexts from a file.
|
| FixPMessageHeader |
Class that stores additional information related to FixP messages.
|
| FixPRejectRefIdExtractor |
Generic way to lookup client order id fields that are used for business reject ref ids for FIXP protocols.
|
| RetransmissionInfo | |
| SimpleOpenFramingHeader |
| Enum | Description |
|---|---|
| FixPConnection.State |
Defines the internal state of the Session, this can be accessed using
the
FixPConnection.state() method. |
| FixPFirstMessageResponse |
Enum for representing common negotiate and establish reject reasons and codes between different FIXP codec
implementations
|
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.