java.lang.Object
com.iamsoft.fixparser.MsgRow
Dictionary is the 'group' dictionary, not message dictionary. This class is expected to be
thread safe.
-
Constructor Summary
ConstructorsConstructorDescriptionMsgRow
(MsgLogSpec pSpec, int pIdx, Exception pException) MsgRow
(MsgLogSpec pSpec, quickfix.DataDictionary pDict, quickfix.DataDictionary pTransportDict, quickfix.Message pMsg, String pMsgStr, int pIdx) MsgRow
(MsgLogSpec pSpec, quickfix.DataDictionary pDict, quickfix.DataDictionary pTransportDict, quickfix.Message pMsg, String pMsgStr, int pIdx, Exception pException) -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
final quickfix.DataDictionary
getDict()
final Exception
final int
getIdx()
final quickfix.Message
getMsg()
final String
static int
getSeverityId
(MsgRow pMsgRow) final MsgLogSpec
getSpec()
final quickfix.DataDictionary
getType()
Always returns non-null value.boolean
orderedStream
(Stream<FieldRow> pStream, List<Integer> pPreFields)
-
Constructor Details
-
MsgRow
public MsgRow(MsgLogSpec pSpec, quickfix.DataDictionary pDict, quickfix.DataDictionary pTransportDict, quickfix.Message pMsg, String pMsgStr, int pIdx) -
MsgRow
-
MsgRow
-
MsgRow
public MsgRow(MsgLogSpec pSpec, quickfix.DataDictionary pDict, quickfix.DataDictionary pTransportDict, quickfix.Message pMsg, String pMsgStr, int pIdx, Exception pException)
-
-
Method Details
-
getSpec
-
getDict
public final quickfix.DataDictionary getDict() -
getTransportDict
public final quickfix.DataDictionary getTransportDict() -
getMsg
public final quickfix.Message getMsg() -
getMsgStr
-
getIdx
public final int getIdx() -
getException
-
getSender
-
getTarget
-
getType
Always returns non-null value. -
getBodyLength
-
getSeqNum
-
getChecksum
-
getSendingTime
-
isParsedCompletely
public boolean isParsedCompletely() -
getFieldRows
-
fieldRowRecursiveStream
-
fieldRowStream
-
orderedStream
-
getDictUrl
-
getTransportDictUrl
-
equal
-
getSeverityId
-