public class NVFIXMessage extends FIXMessage
NVFIXProtocolParser to aid in building Message instances parsed from the NVFIXProtocol.
Generally not used directly by the end user.Message.AckType, Message.Command, Message.Options, Message.Reason, Message.SerializationResult, Message.StatusfieldSeparator, headerSeparator, messageSeparator_AckType, _BatchSize, _Bookmark, _client, _ClientName, _Command, _CommandId, _CorrelationId, _Data, _Expiration, _fields, _Filter, _GroupSeqNo, _LeasePeriod, _Length, _Matches, _MessageType, _Options, _OrderBy, _Password, _QueryId, _Reason, _RecordsDeleted, _RecordsInserted, _RecordsReturned, _RecordsUpdated, _Sequence, _SowKey, _SowKeys, _Status, _SubId, _SubIds, _Timestamp, _Topic, _TopicMatches, _TopN, _UserId, _Version, decoder, encoder| Constructor and Description |
|---|
NVFIXMessage(byte fieldSeparator,
byte headerSeparator,
byte messageSeparator,
java.nio.charset.CharsetEncoder encoder,
java.nio.charset.CharsetDecoder decoder) |
| Modifier and Type | Method and Description |
|---|---|
Message |
copy()
Copies the NVFIX Message into a new NVFIX Message.
|
serialize_copyTo, ack, ack, ack, ack, getAckType, getAckTypeOutgoing, getBatchSize, getBookmark, getBookmarkRaw, getBookmarkSeqNo, getBuffer, getClient, getClientName, getClientNameRaw, getCommand, getCommandId, getCommandId, getCommandIdRaw, getCorrelationId, getCorrelationIdRaw, getData, getDataRaw, getDecoder, getEncoder, getExpiration, getExpirationRaw, getFilter, getFilterRaw, getGroupSeqNo, getLeasePeriod, getLeasePeriodRaw, getLength, getMatches, getMessageType, getOptions, getOptionsRaw, getOrderBy, getOrderByRaw, getPassword, getPasswordRaw, getQueryId, getQueryId, getQueryIdRaw, getRawBufferLength, getRawBufferOffset, getReason, getReasonText, getRecordsDeleted, getRecordsInserted, getRecordsReturned, getRecordsUpdated, getSequence, getSequenceRaw, getSowKey, getSowKeyRaw, getSowKeys, getSowKeysRaw, getStatus, getSubId, getSubId, getSubIdRaw, getSubIds, getSubIdsRaw, getSubscription, getTimestamp, getTimestampRaw, getTopic, getTopicMatches, getTopicRaw, getTopN, getUserId, getUserIdRaw, getVersion, getVersionAsInt, getVersionRaw, isAckTypeNull, isBatchSizeNull, isBookmarkNull, isClientNameNull, isCommandIdNull, isCommandNull, isCorrelationIdNull, isDataNull, isExpirationNull, isFilterNull, isGroupSeqNoNull, isIgnoreAutoAck, isLeasePeriodNull, isLengthNull, isMatchesNull, isMessageTypeNull, isOptionsNull, isOrderByNull, isPasswordNull, isQueryIdNull, isReasonNull, isRecordsDeletedNull, isRecordsInsertedNull, isRecordsReturnedNull, isRecordsUpdatedNull, isSequenceNull, isSowKeyNull, isSowKeysNull, isSubIdNull, isSubIdsNull, isTimestampNull, isTopicMatchesNull, isTopicNull, isTopNNull, isUserIdNull, isVersionNull, reset, setAckType, setAckType, setBatchSize, setBookmark, setBookmark, setBookmarkSeqNo, setBuffer, setClientName, setClientName, setCommand, setCommand, setCommandId, setCommandId, setCommandId, setCorrelationId, setData, setData, setExpiration, setFilter, setFilter, setGroupSeqNo, setIgnoreAutoAck, setLength, setMatches, setMessageType, setOptions, setOrderBy, setOrderBy, setPassword, setPassword, setQueryId, setQueryId, setQueryId, setRawBufferLength, setRawBufferOffset, setReason, setRecordsDeleted, setRecordsInserted, setRecordsReturned, setRecordsUpdated, setSequence, setSowKey, setSowKey, setSowKeys, setSowKeys, setStatus, setSubId, setSubId, setSubId, setSubIds, setSubIds, setSubscription, setTimestamp, setTimestamp, setTopic, setTopic, setTopicMatches, setTopN, setUserId, setUserId, setVersion, setVersion, toStringpublic NVFIXMessage(byte fieldSeparator,
byte headerSeparator,
byte messageSeparator,
java.nio.charset.CharsetEncoder encoder,
java.nio.charset.CharsetDecoder decoder)
public Message copy()
copy in class FIXMessage