Package | Description |
---|---|
biz.onixs.fix.fast |
Modifier and Type | Method and Description |
---|---|
FastVersion |
Coder.getFastVersion()
Returns source FAST version.
|
static FastVersion |
FastVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastVersion[] |
FastVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Decoder(InputStream templateStream,
FastVersion fastVersion,
Version fixVersion)
Constructor.
|
Decoder(InputStream templateStream,
FastVersion fastVersion,
Version fixVersion,
boolean codeEachMessageIndependently)
Constructor.
|
Encoder(InputStream templateStream,
Version fixVersion,
FastVersion fastVersion)
Constructor.
|
Encoder(InputStream templateStream,
Version fixVersion,
FastVersion fastVersion,
boolean codeEachMessageIndependently)
Constructor.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.