public class GroupDefinition extends ContainerDefinition
ABSENT_FIELD
Constructor and Description |
---|
GroupDefinition(int leadingTag,
List<FieldDefinition> fieldDefinitions)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getEntryBeginningTag()
Returns tag which identifies the beginning of new entry.
|
int |
getLeadingTag()
Returns tag which identifies the number of repeating group entries.
|
int |
hashCode() |
getFieldByIndex, getFieldByTag, getFieldCounter, getFieldDefinitions, getGroupCounter, getGroupIndexByTag, init
public GroupDefinition(int leadingTag, List<FieldDefinition> fieldDefinitions)
leadingTag
- leading tagfieldDefinitions
- list of FIX field low-level structure definitionspublic int getEntryBeginningTag()
public int getLeadingTag()
public boolean equals(Object o)
equals
in class ContainerDefinition
public int hashCode()
hashCode
in class ContainerDefinition
Copyright © 2005–2024 Onix Solutions. All rights reserved.