Package | Description |
---|---|
biz.onixs.fix.dictionary |
Modifier and Type | Field and Description |
---|---|
static FieldDefinition |
ContainerDefinition.ABSENT_FIELD |
Modifier and Type | Method and Description |
---|---|
FieldDefinition |
ContainerDefinition.getFieldByIndex(int index)
Returns FIX field low-level definition corresponding to specified index.
|
FieldDefinition |
ContainerDefinition.getFieldByTag(int tag)
Returns FIX field low-level definition corresponding to specified tag.
|
Modifier and Type | Method and Description |
---|---|
List<FieldDefinition> |
ContainerDefinition.getFieldDefinitions()
Returns list of FIX field low-level definitions.
|
Constructor and Description |
---|
GroupDefinition(int leadingTag,
List<FieldDefinition> fieldDefinitions)
Constructor
|
MessageDefinition(String name,
List<FieldDefinition> fieldDefinitions)
Constructor.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.