Package com.epam.fix.message
Class FIXFieldListHelper
java.lang.Object
com.epam.fix.message.FIXFieldListHelper
Created with IntelliJ IDEA.
User: wed
Date: 21.01.13
Time: 12:26
To change this template use File | Settings | File Templates.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidgetMessageBuffer(FIXFieldList msg, MsgBuf buf) static voidmapTagInBuffer(FIXFieldList msg, int tag, int offset, int length) static booleanstatic booleanstatic voidsetBuffer(FIXFieldList msg, byte[] buf, int offset, int length) static voidsetFIXVersion(FIXFieldList msg, com.epam.fixengine.configuration.FIXVersionContainer fixVersion) static voidsetIsMessageIncomplete(FIXFieldList msg, boolean isMessageIncomplete) static voidsetIsMessagePrepared(FIXFieldList msg, boolean isMessagePrepared) static voidshiftBuffer(FIXFieldList msg, byte[] buf, int offset, int length)
-
Method Details
-
setBuffer
-
shiftBuffer
-
mapTagInBuffer
-
getMessageBuffer
-
needCloneOnSend
-
needReleaseAfterSend
-
setIsMessageIncomplete
-
setIsMessagePrepared
-
setFIXVersion
public static void setFIXVersion(FIXFieldList msg, com.epam.fixengine.configuration.FIXVersionContainer fixVersion)
-