Uses of Class
com.iamsoft.fixparser.MsgRow
Packages that use MsgRow
Package
Description
-
Uses of MsgRow in com.iamsoft.fixparser
Methods in com.iamsoft.fixparser that return MsgRowModifier and TypeMethodDescriptionfinal MsgRow
FieldRow.msgRow()
ContentToFixMsgsFunction.toMsgRow
(MsgLogSpec pSpec, String pMsgLine) ContentToFixMsgsFunction.toMsgRow
(MsgLogSpec pSpec, String pMsgLine, IntSupplier pIdxSupplier) Methods in com.iamsoft.fixparser that return types with arguments of type MsgRowModifier and TypeMethodDescriptionContentToFixMsgsFunction.apply
(MsgLogSpec pSpec, InputStream pContentStream) ContentToFixMsgsFunction.apply
(MsgLogSpec pSpec, InputStream pContentStream, com.iamsoft.util.ui.javafx.StatusMonitor.ProgressUpdate<Double> pProgressUpdate) final javafx.collections.ObservableList
<MsgRow> MsgPaneController.getRows()
final javafx.collections.ObservableList
<MsgRow> MsgPaneController.getSelectedRows()
Methods in com.iamsoft.fixparser with parameters of type MsgRowMethod parameters in com.iamsoft.fixparser with type arguments of type MsgRowModifier and TypeMethodDescriptionvoid
FieldTableController.addMessages
(int pFrom, Collection<? extends MsgRow> pMsgRows) Add fields from specified rows to FieldTableController.mTableView.void
FieldTreeTableController.addMessages
(int pFrom, Collection<? extends MsgRow> pMsgRows) Add fields from specified rows to FieldTreeTableController.mTreeTableView.void
FieldView.addMessages
(int pFrom, Collection<? extends MsgRow> pMsgRows) Add fields from specified rows to this view.void
FieldTableController.removeMessages
(int pFrom, Collection<? extends MsgRow> pMsgRows) void
FieldTreeTableController.removeMessages
(int pFrom, Collection<? extends MsgRow> pMsgRows) void
FieldView.removeMessages
(int pFrom, Collection<? extends MsgRow> pMsgRows) Constructors in com.iamsoft.fixparser with parameters of type MsgRowModifierConstructorDescriptionFieldRow
(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) Constructor parameters in com.iamsoft.fixparser with type arguments of type MsgRowModifierConstructorDescriptionDictionariesTabPane
(javafx.collections.ObservableList<MsgRow> pSelectedMsgRows, javafx.collections.ObservableList<FieldRow> pSelectedFieldRows, javafx.beans.value.ObservableValue<Boolean> pEnabledProperty) -
Uses of MsgRow in com.iamsoft.fixparser.action
Constructor parameters in com.iamsoft.fixparser.action with type arguments of type MsgRowModifierConstructorDescriptionDataDictionaryAction
(javafx.collections.ObservableList<MsgRow> pSelectedMsgRows, javafx.collections.ObservableList<FieldRow> pSelectedFieldRows) -
Uses of MsgRow in com.iamsoft.fixparser.entities
Methods in com.iamsoft.fixparser.entities that return MsgRowModifier and TypeMethodDescriptionMsgRowCache.getItem()
static MsgRow
MsgRowCache.toMsgRow
(MsgRowCache pMsgRowCache) Constructors in com.iamsoft.fixparser.entities with parameters of type MsgRow