|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.FIXMessageComponent
com.teraspaces.qwfix.FIXMessageRepeatingInstance
public abstract class FIXMessageRepeatingInstance
Represents an instance of a FIX repeating instance.
| Constructor Summary | |
|---|---|
FIXMessageRepeatingInstance()
|
|
| Method Summary | |
|---|---|
int |
getIndex()
Gets the index of current instance in the parent FIXMessageRepeatingGroup. |
abstract FIXMessage |
getMessage()
Gets the message. |
int |
getNumberFieldTag()
Gets the number field tag. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FIXMessageRepeatingInstance()
| Method Detail |
|---|
public int getNumberFieldTag()
public abstract FIXMessage getMessage()
The FIXMessageRepeatingInstance does not have a "Parent" property. Message property is the reference to the outermost container. If application does need to get the instance of the "immediate" parent of the current instance, it has to navigate from the Message.
public int getIndex()
FIXMessageRepeatingGroup.
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||