Package | Description |
---|---|
biz.onixs.fix.dictionary |
Modifier and Type | Method and Description |
---|---|
ApplVerId |
Version.getApplVerId()
Returns ApplVerID(1128) value.
|
static ApplVerId |
ApplVerId.getById(int id)
Returns enumeration value by the integer.
|
ApplVerId |
Version.getDefaultApplVerId()
Returns DefaultApplVerID(1137) value.
|
static ApplVerId |
ApplVerId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplVerId[] |
ApplVerId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Version |
Version.getByApplVerId(ApplVerId applVerId)
Returns FIX version by the
ApplVerID(1128) value.
|
static Version |
Version.getByDefaultApplVerId(ApplVerId defaultApplVerID)
Returns FIX version by the
DefaultApplVerID(1137) value.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.