public class FIXFieldListHelper extends Object
Constructor and Description |
---|
FIXFieldListHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
getMessageBuffer(FIXFieldList msg,
MsgBuf buf) |
static void |
mapTagInBuffer(FIXFieldList msg,
int tag,
int offset,
int length) |
static boolean |
needCloneOnSend(FIXFieldList msg) |
static boolean |
needReleaseAfterSend(FIXFieldList msg) |
static void |
setBuffer(FIXFieldList msg,
byte[] buf,
int offset,
int length) |
static void |
setFIXVersion(FIXFieldList msg,
com.epam.fixengine.configuration.FIXVersionContainer fixVersion) |
static void |
setIsMessageIncomplete(FIXFieldList msg,
boolean isMessageIncomplete) |
static void |
setIsMessagePrepared(FIXFieldList msg,
boolean isMessagePrepared) |
static void |
shiftBuffer(FIXFieldList msg,
byte[] buf,
int offset,
int length) |
public static void setBuffer(FIXFieldList msg, byte[] buf, int offset, int length)
public static void shiftBuffer(FIXFieldList msg, byte[] buf, int offset, int length)
public static void mapTagInBuffer(FIXFieldList msg, int tag, int offset, int length)
public static void getMessageBuffer(FIXFieldList msg, MsgBuf buf)
public static boolean needCloneOnSend(FIXFieldList msg)
public static boolean needReleaseAfterSend(FIXFieldList msg)
public static void setIsMessageIncomplete(FIXFieldList msg, boolean isMessageIncomplete)
public static void setIsMessagePrepared(FIXFieldList msg, boolean isMessagePrepared)
public static void setFIXVersion(FIXFieldList msg, com.epam.fixengine.configuration.FIXVersionContainer fixVersion)
Copyright © 2000–2022 EPAM Systems. All rights reserved.