Uses of Class
com.epam.fix.message.MsgBuf
Packages that use MsgBuf
Package
Description
-
Uses of MsgBuf in com.epam.fix.message
Methods in com.epam.fix.message with parameters of type MsgBufModifier and TypeMethodDescriptionstatic FIXFieldList
RawFIXUtil.getFIXFieldList
(FIXFieldList target, MsgBuf buf, RawFIXUtil.RawTags rawTags, boolean clearTheMessageBeforeUse) static FIXFieldList
RawFIXUtil.getFIXFieldList
(MsgBuf buf) static FIXFieldList
RawFIXUtil.getFIXFieldList
(MsgBuf buf, RawFIXUtil.RawTags rawTags) static void
FIXFieldListHelper.getMessageBuffer
(FIXFieldList msg, MsgBuf buf) -
Uses of MsgBuf in com.epam.fixengine
Methods in com.epam.fixengine with parameters of type MsgBufModifier and TypeMethodDescriptionvoid
ExtendedFIXSessionListener.onMessageReceived
(MsgBuf msgBuf) Method fired when message received.void
FIXMessageFactory.serialize
(MsgBuf buf, String msgType, FIXFieldList content, ByteBuffer buffer, SerializationContext context) Build message based on a type and content. -
Uses of MsgBuf in com.epam.fixengine.session
Methods in com.epam.fixengine.session with parameters of type MsgBufModifier and TypeMethodDescriptionvoid
AbstractFIXSession.ConsumingControlTransportWrapper.readMessage
(MsgBuf buf) -
Uses of MsgBuf in com.epam.fixengine.session.messagehandler
Methods in com.epam.fixengine.session.messagehandler with parameters of type MsgBuf -
Uses of MsgBuf in com.epam.fixengine.transport
Methods in com.epam.fixengine.transport with parameters of type MsgBuf