public class ContainerDefinition extends Object
Modifier and Type | Field and Description |
---|---|
static FieldDefinition |
ABSENT_FIELD |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
FieldDefinition |
getFieldByIndex(int index)
Returns FIX field low-level definition corresponding to specified index.
|
FieldDefinition |
getFieldByTag(int tag)
Returns FIX field low-level definition corresponding to specified tag.
|
int |
getFieldCounter()
Returns number of FIX field low-level definitions.
|
List<FieldDefinition> |
getFieldDefinitions()
Returns list of FIX field low-level definitions.
|
int |
getGroupCounter()
Returns number of FIX repeating group low-level definitions.
|
int |
getGroupIndexByTag(int tag)
Returns FIX repeating group low-level definition corresponding to specified tag.
|
int |
hashCode() |
void |
init()
Initializes internal state of the object after FIX fields list is initialized/modified.
|
public static final FieldDefinition ABSENT_FIELD
public int getFieldCounter()
public List<FieldDefinition> getFieldDefinitions()
public int getGroupCounter()
public void init()
public int getGroupIndexByTag(int tag)
tag
- tag numberpublic FieldDefinition getFieldByTag(int tag)
tag
- tag numberpublic FieldDefinition getFieldByIndex(int index)
index
- index of fieldCopyright © 2005–2024 Onix Solutions. All rights reserved.