|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MsgBuf | |
---|---|
com.epam.fix.message | |
com.epam.fixengine | |
com.epam.fixengine.session.messagehandler | |
com.epam.fixengine.transport |
Uses of MsgBuf in com.epam.fix.message |
---|
Methods in com.epam.fix.message with parameters of type MsgBuf | |
---|---|
static 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 MsgBuf | |
---|---|
void |
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.messagehandler |
---|
Methods in com.epam.fixengine.session.messagehandler with parameters of type MsgBuf | |
---|---|
void |
HandlerChain.onMessage(MsgBuf message)
|
void |
HandlerChain.onPostProcessMessage(MsgBuf message)
|
Uses of MsgBuf in com.epam.fixengine.transport |
---|
Methods in com.epam.fixengine.transport with parameters of type MsgBuf | |
---|---|
void |
FIXTransport.readMessage(MsgBuf buf)
Read message method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |