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 FIXFieldListRawFIXUtil.getFIXFieldList(FIXFieldList target, MsgBuf buf, RawFIXUtil.RawTags rawTags, boolean clearTheMessageBeforeUse) static FIXFieldListRawFIXUtil.getFIXFieldList(MsgBuf buf) static FIXFieldListRawFIXUtil.getFIXFieldList(MsgBuf buf, RawFIXUtil.RawTags rawTags) static voidFIXFieldListHelper.getMessageBuffer(FIXFieldList msg, MsgBuf buf) -
Uses of MsgBuf in com.epam.fixengine
Methods in com.epam.fixengine with parameters of type MsgBufModifier and TypeMethodDescriptionvoidExtendedFIXSessionListener.onMessageReceived(MsgBuf msgBuf) Method fired when message received.voidFIXMessageFactory.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 TypeMethodDescriptionvoidAbstractFIXSession.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