java.lang.Object
com.iamsoft.fixparser.FieldRow
-
Constructor Summary
ConstructorsConstructorDescriptionFieldRow
(MsgRow pMsgRow, quickfix.DataDictionary pDict, quickfix.Field<?> pField, FieldRow pParent, FixMessage.Section pSection) FieldRow
(MsgRow pMsgRow, quickfix.DataDictionary pDict, quickfix.Field<?> pField, FieldRow pParent, Function<FieldRow, Stream<FieldRow>> pChildFunc, FixMessage.Section pSection) FieldRow
(MsgRow pMsgRow, quickfix.DataDictionary pDict, quickfix.Field<?> pField, FieldRow pParent, Function<FieldRow, Stream<FieldRow>> pChildFunc, Integer pGroupIdx, FixMessage.Section pSection) FieldRow
(MsgRow pMsgRow, quickfix.DataDictionary pDict, quickfix.Field<?> pField, FixMessage.Section pSection) -
Method Summary
-
Constructor Details
-
FieldRow
public FieldRow(MsgRow pMsgRow, quickfix.DataDictionary pDict, quickfix.Field<?> pField, FixMessage.Section pSection) -
FieldRow
public FieldRow(MsgRow pMsgRow, quickfix.DataDictionary pDict, quickfix.Field<?> pField, FieldRow pParent, FixMessage.Section pSection) -
FieldRow
-
FieldRow
-
-
Method Details
-
msgRow
-
dict
public final quickfix.DataDictionary dict() -
field
public final quickfix.Field<?> field() -
parent
-
getChildren
-
getGroupIdx
-
getIdx
public final int getIdx() -
getSection
-