Uses of Class
biz.onixs.fix.parser.Version

Packages that use Version
biz.onixs.fix.engine   
biz.onixs.fix.fast   
biz.onixs.fix.fastnew   
biz.onixs.fix.fixml   
biz.onixs.fix.parser   
biz.onixs.fix.parser.dialect   
 

Uses of Version in biz.onixs.fix.engine
 

Methods in biz.onixs.fix.engine that return Version
 Version SessionId.getFixVersion()
           
 Version Session.getVersion()
          Returns the session FIX version.
 Version SessionImpl.version()
           
 

Methods in biz.onixs.fix.engine with parameters of type Version
 SessionImpl SessionManager.findSession(String sender, String target, Version version, String token)
           
static String SessionImpl.makeId(String sender, String target, Version version, String token)
           
static String SessionImpl.makeId(ValuePtr sender, ValuePtr target, Version version, String token)
           
 

Constructors in biz.onixs.fix.engine with parameters of type Version
Session(String senderCompID, String targetCompID, Version version)
          Creates the FIX session.
The keepSequenceNumbersAfterLogout option to keep sequence numbers after the logout exchange is set to true.
The cleanStart option to ignore the previous log files and start the FIX session anew is set to false.
The storageType session storage type is set to SessionStorageType.FileBasedStorage.
Session(String senderCompID, String targetCompID, Version version, boolean keepSequenceNumbersAfterLogout)
          Creates the FIX session.
The cleanStart option to ignore the previous log files and start the FIX session anew is set to false.
The storageType session storage type is set to SessionStorageType.FileBasedStorage.
Session(String senderCompID, String targetCompID, Version version, boolean keepSequenceNumbersAfterLogout, String token)
          Creates the FIX session.
The cleanStart option to ignore the previous log files and start the FIX session anew is set to false.
The storageType session storage type is set to SessionStorageType.FileBasedStorage.
Session(String senderCompID, String targetCompID, Version version, boolean keepSequenceNumbersAfterLogout, String token, boolean cleanStart)
          Creates the FIX Session.
The storageType session storage type is set to SessionStorageType.FileBasedStorage.
Session(String senderCompID, String targetCompID, Version version, boolean keepSequenceNumbersAfterLogout, String token, SessionStorageType storageType)
          Creates the FIX Session.
The cleanStart option to ignore the previous log files and start the FIX session anew is set to false.
Session(String senderCompID, String targetCompID, Version version, SessionStorageType storageType)
          Creates the FIX Session.
The keepSequenceNumbersAfterLogout option to keep sequence numbers after the logout exchange is set to true.
The cleanStart option to ignore the previous log files and start the FIX session anew is set to false.
Session(String senderCompID, String targetCompID, Version version, String token)
          Creates the FIX session.
The keepSequenceNumbersAfterLogout option to keep sequence numbers after the logout exchange is set to true.
The cleanStart option to ignore the previous log files and start the FIX session anew is set to false.
The storageType session storage type is set to SessionStorageType.FileBasedStorage.
SessionId(String senderCompId, String targetCompId, Version fixVersion)
           
SessionId(String senderCompId, String targetCompId, Version fixVersion, String token)
           
 

Uses of Version in biz.onixs.fix.fast
 

Methods in biz.onixs.fix.fast that return Version
 Version DecodingContext.getFixVersion()
           
 

Methods in biz.onixs.fix.fast with parameters of type Version
 Message FixMessageFactory.createMessage(String fixMessageType, Version fixVersion)
          Factory method to create new message.
 void DecodingContext.setFixVersion(Version fixVersion)
           
 

Constructors in biz.onixs.fix.fast with parameters of type Version
Decoder(TemplateLibrary templateLibrary, FastVersion fastVersion, Version fixVersion)
          Constructor.
Decoder(TemplateLibrary templateLibrary, FastVersion fastVersion, Version fixVersion, boolean codeEachMessageIndependently)
          Constructor.
Encoder(TemplateLibrary templateLibrary, Version fixVersion, FastVersion fastVersion)
          Constructor.
Encoder(TemplateLibrary templateLibrary, Version fixVersion, FastVersion fastVersion, boolean codeEachMessageIndependently)
          Constructor.
 

Uses of Version in biz.onixs.fix.fastnew
 

Methods in biz.onixs.fix.fastnew with parameters of type Version
 Message FixMessageFactory.createMessage(String fixMessageType, Version fixVersion)
          Factory method to create new message.
 

Constructors in biz.onixs.fix.fastnew with parameters of type Version
Decoder(TemplateLibrary templateLibrary, FastVersion fastVersion, Version fixVersion)
          Constructor.
Decoder(TemplateLibrary templateLibrary, FastVersion fastVersion, Version fixVersion, boolean codeEachMessageIndependently)
          Constructor.
Encoder(TemplateLibrary templateLibrary, Version fixVersion, FastVersion fastVersion)
          Constructor.
Encoder(TemplateLibrary templateLibrary, Version fixVersion, FastVersion fastVersion, boolean codeEachMessageIndependently)
          Constructor.
 

Uses of Version in biz.onixs.fix.fixml
 

Constructors in biz.onixs.fix.fixml with parameters of type Version
FixmlConverter(String schemaPath, Version fixVersion)
           
 

Uses of Version in biz.onixs.fix.parser
 

Fields in biz.onixs.fix.parser declared as Version
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.UNKNOWN
          Unknown FIX version.
protected  Version Message.version
           
 

Methods in biz.onixs.fix.parser that return Version
 Version Version.getBaseVersion()
          Returns base FIX version if this is dialect or itself if not.
static Version Version.getByBeginString(String beginString)
          Returns instance by FIX begin string.
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 Message.getVersion()
          Financial Interface eXchange (FIX) protocol version.
 

Methods in biz.onixs.fix.parser that return types with arguments of type Version
static List<Version> Version.getAllVersions()
          Returns all base and dialect FIX versions.
 

Methods in biz.onixs.fix.parser with parameters of type Version
static Version Version.getDialectVersion(Version baseVersion, String id)
          Returns dialect FIX version with the specified base FIX version and dialect name.
protected  biz.onixs.fix.parser.InstanceDescriptionImpl Message.getDictionary(String msgType, Version version)
           
 

Constructors in biz.onixs.fix.parser with parameters of type Version
Message(String type, Version version)
          Creates a message.
Message(String type, Version version, boolean enableUnknownFields)
          Creates a message.
Message(String type, Version version, boolean enableUnknownFields, boolean allowEmptyValues)
          Creates a message.
Message(Version version, byte[] rawMsg, int length, boolean enableUnknownFields, boolean allowEmptyValues, boolean validateNumInGroupCount, boolean verifyLength, boolean verifyCheckSum)
           
Message(Version version, biz.onixs.util.ByteBuffer buffer)
           
Message(Version version, String rawMessage)
          Creates a message.
 

Uses of Version in biz.onixs.fix.parser.dialect
 

Methods in biz.onixs.fix.parser.dialect that return Version
 Version SimpleDialect.getVersion()
           
 Version DialectField.getVersion()
           
 Version Dialect.getVersion()
           
 

Methods in biz.onixs.fix.parser.dialect with parameters of type Version
 Dialect DialectSet.getDialect(Version version)
           
 void SimpleDialect.setVersion(Version version)
           
 

Constructors in biz.onixs.fix.parser.dialect with parameters of type Version
DialectField(Version version, String msgType, int tag, boolean isRequired)
          Constructor.
DialectField(Version version, String msgType, int tag, boolean isRequired, int[] groupLeadingTags)
           
SimpleDialect(Version version)
           
SimpleDialect(Version version, String definition)
           
 



Copyright © 2005-2012 Onix Solutions. All Rights Reserved.