Package | Description |
---|---|
biz.onixs.fix.dictionary | |
biz.onixs.fix.dictionary.dialect | |
biz.onixs.fix.engine | |
biz.onixs.fix.fast | |
biz.onixs.fix.fixml | |
biz.onixs.fix.parser | |
biz.onixs.fix.tmgenerator.dialect |
Modifier and Type | Field and Description |
---|---|
static Version |
Version.FIX40
Version 4.0
|
static Version |
Version.FIX41
Version 4.1
|
static Version |
Version.FIX42
Version 4.2
|
static Version |
Version.FIX43
Version 4.3
|
static Version |
Version.FIX44
Version 4.4
|
static Version |
Version.FIX50
Version 5.0
|
static Version |
Version.FIX50_SP1
Version 5.0 SP1
|
static Version |
Version.FIX50_SP2
Version 5.0 SP2
|
static Version |
Version.FIX50_SP2_LATEST
Version 5.0 SP2 Latest
|
static Version |
Version.UNKNOWN
Unknown FIX version.
|
Modifier and Type | Method and Description |
---|---|
Version |
Version.getBaseVersion()
Returns base FIX version if this is dialect or itself if not.
|
static Version |
Version.getByApplVerId(ApplVerId applVerId)
Returns FIX version by the
ApplVerID(1128) value.
|
static Version |
Version.getByBeginString(String beginString)
Returns instance by FIX begin string.
|
static Version |
Version.getByBeginStringBytesStrict(byte[] buffer,
int offset,
int length)
Returns FIX version by the begin string in the buffer.
|
static Version |
Version.getByDefaultApplVerId(ApplVerId defaultApplVerID)
Returns FIX version by the
DefaultApplVerID(1137) value.
|
static Version |
Version.getById(String id)
Returns instance by base or dialect FIX version id.
|
static Version |
Version.getByIdStrict(String id)
Returns instance by base or dialect FIX version id.
|
static Version |
Version.getByNumber(String number)
Returns instance by FIX version number.
|
static Version |
Version.getDialectVersion(Version baseVersion,
String id)
Returns dialect FIX version with the specified base FIX version and dialect name.
|
Version |
Dictionary.getVersion()
Returns FIX version.
|
Modifier and Type | Method and Description |
---|---|
static Set<Version> |
Version.getAllBaseVersions()
Returns base FIX versions.
|
static List<Version> |
Version.getAllVersions()
Returns all base and dialect FIX versions.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version o) |
static Version |
Version.getDialectVersion(Version baseVersion,
String id)
Returns dialect FIX version with the specified base FIX version and dialect name.
|
static Dictionary |
DictionaryManager.getDictionary(Version version)
Returns FIX dictionary corresponding to the specified version.
|
Constructor and Description |
---|
VersionNotUsable(Version version)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<Version> |
DialectSet.getDialectVersions()
Returns set of FIX versions of FIX Dialects.
|
Modifier and Type | Method and Description |
---|---|
Version |
SessionId.getFixVersion() |
Version |
Session.getVersion()
Returns the session FIX version.
|
Constructor and Description |
---|
Session(SessionReactor sessionReactor,
String senderCompID,
String targetCompID,
Version version)
Creates the FIX session.
|
Session(SessionReactor sessionReactor,
String senderCompID,
String targetCompID,
Version version,
boolean keepSequenceNumbersBetweenFixConnections,
String token,
boolean cleanStart,
SessionStorageType storageType)
Creates the FIX Session.
|
Session(String senderCompID,
String targetCompID,
Version version)
Creates the FIX session.
|
Session(String senderCompID,
String targetCompID,
Version version,
boolean keepSequenceNumbersBetweenFixConnections)
Creates the FIX session.
|
Session(String senderCompID,
String targetCompID,
Version version,
boolean keepSequenceNumbersBetweenFixConnections,
SessionStorageType storageType)
Creates the FIX Session.
|
Session(String senderCompID,
String targetCompID,
Version version,
boolean keepSequenceNumbersBetweenFixConnections,
String token)
Creates the FIX session.
|
Session(String senderCompID,
String targetCompID,
Version version,
boolean keepSequenceNumbersBetweenFixConnections,
String token,
boolean cleanStart)
Creates the FIX Session.
|
Session(String senderCompID,
String targetCompID,
Version version,
boolean keepSequenceNumbersBetweenFixConnections,
String token,
SessionStorageType storageType)
Creates the FIX Session.
|
Session(String senderCompID,
String targetCompID,
Version version,
SessionStorageType storageType)
Creates the FIX Session.
|
Session(String senderCompID,
String targetCompID,
Version version,
String token)
Creates the FIX session.
|
SessionId(String senderCompId,
String targetCompId,
Version fixVersion) |
SessionId(String senderCompId,
String targetCompId,
Version fixVersion,
String token) |
Modifier and Type | Method and Description |
---|---|
Version |
Coder.getFixVersion()
Returns target FIX version.
|
Modifier and Type | Method and Description |
---|---|
Message |
FixMessageFactory.createMessage(String fixMessageType,
Version fixVersion)
Factory method to create new message.
|
Constructor and Description |
---|
Decoder(InputStream templateStream,
FastVersion fastVersion,
Version fixVersion)
Constructor.
|
Decoder(InputStream templateStream,
FastVersion fastVersion,
Version fixVersion,
boolean codeEachMessageIndependently)
Constructor.
|
Decoder(InputStream templateStream,
Version fixVersion)
Constructor.
|
Decoder(InputStream templateStream,
Version fixVersion,
boolean codeEachMessageIndependently)
Constructor.
|
Encoder(InputStream templateStream,
Version fixVersion)
Constructor.
|
Encoder(InputStream templateStream,
Version fixVersion,
boolean codeEachMessageIndependently)
Constructor.
|
Encoder(InputStream templateStream,
Version fixVersion,
FastVersion fastVersion)
Constructor.
|
Encoder(InputStream templateStream,
Version fixVersion,
FastVersion fastVersion,
boolean codeEachMessageIndependently)
Constructor.
|
Constructor and Description |
---|
FixmlConverter(String schemaPath,
Version fixVersion)
Initializes converter instance.
|
FixmlConverter(Version fixVersion)
Initializes converter instance.
|
Modifier and Type | Method and Description |
---|---|
Version |
FixFlatMessage.getVersion() |
Version |
FixMessage.getVersion()
Returns Fix version parsed from the message.
|
Version |
FixStructuredMessage.getVersion() |
Version |
Message.getVersion()
FIX protocol version used for parsing the message.
|
Modifier and Type | Method and Description |
---|---|
static Message |
Message.create(char type,
Version version)
Creates a message according to the specified type and version.
|
static Message |
Message.create(char type,
Version version,
int messageValidationFlags)
Creates a message according to the specified type and version.
|
static Message |
Message.create(String type,
Version version)
Creates a message according to the specified type and version.
|
static Message |
Message.create(String type,
Version version,
int messageValidationFlags)
Creates a message according to the specified type and version.
|
Message |
FixFlatMessage.getStructuredMessage(Version version) |
Message |
FixMessage.getStructuredMessage(Version version)
Returns the
Message object created based on internal FlatMessage object. |
Message |
FixStructuredMessage.getStructuredMessage(Version version) |
void |
Message.init(char type,
Version version)
Initializes the message according to the specified type and version.
|
void |
Message.init(char type,
Version version,
int messageValidationFlags)
Initializes the message according to the specified type and version.
|
void |
Message.init(String type,
Version version)
Initializes the message according to the specified type and version.
|
void |
Message.init(String type,
Version version,
int messageValidationFlags)
Initializes the message according to the specified type and version.
|
void |
Message.init(Version version,
byte[] rawMsg,
int length,
int messageValidationFlags)
Initializes the message by parsing the given raw message according to the specified version.
|
void |
Message.init(Version version,
FlatMessage flatMessage,
int messageValidationFlags)
Initializes the message by iterating over the given
FlatMessage according to the specified version. |
void |
Message.init(Version version,
JsonObject jsonObj)
Initializes the message by parsing the given json object according to the specified version.
|
Constructor and Description |
---|
FixStructuredMessage(Version version,
byte[] rawFixMsg,
int length,
int messageValidationFlags)
Parses raw message as
Message and initializes frequently used fields values. |
Message(Version version,
byte[] rawMsg)
Constructs a message by parsing the given raw message according to the specified version.
|
Message(Version version,
byte[] rawMsg,
int length,
int messageValidationFlags)
Constructs a message by parsing the given raw message according to the specified version.
|
Message(Version version,
ByteBuffer rawMsg)
Constructs a message by parsing the given raw message according to the specified version.
|
Message(Version version,
FlatMessage flatMsg,
int messageValidationFlags)
Constructs a message by iterating over the given
FlatMessage according to the specified version. |
Message(Version version,
JsonObject jsonObj)
Constructs a message by parsing the given json object according to the specified version.
|
Message(Version version,
String rawMsg)
Constructs a message by parsing the given raw message according to the specified version.
|
Message(Version version,
String rawMsg,
int messageValidationFlags)
Constructs a message by parsing the given raw message according to the specified version.
|
Modifier and Type | Method and Description |
---|---|
Version |
Dialect.getVersion() |
Modifier and Type | Method and Description |
---|---|
static Dialect |
DialectRepository.createStandardDialect(Version version) |
void |
Dialect.setVersion(Version version) |
Copyright © 2005–2024 Onix Solutions. All rights reserved.