com.epam.fix.message
Class FIXFieldListHelper
java.lang.Object
com.epam.fix.message.FIXFieldListHelper
public class FIXFieldListHelper
- extends Object
Created with IntelliJ IDEA.
User: wed
Date: 21.01.13
Time: 12:26
To change this template use File | Settings | File Templates.
Method Summary |
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 |
setIsMessageIncomplete(FIXFieldList msg,
boolean isMessageIncomplete)
|
static void |
shiftBuffer(FIXFieldList msg,
byte[] buf,
int offset,
int length)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIXFieldListHelper
public FIXFieldListHelper()
setBuffer
public static void setBuffer(FIXFieldList msg,
byte[] buf,
int offset,
int length)
shiftBuffer
public static void shiftBuffer(FIXFieldList msg,
byte[] buf,
int offset,
int length)
mapTagInBuffer
public static void mapTagInBuffer(FIXFieldList msg,
int tag,
int offset,
int length)
getMessageBuffer
public static void getMessageBuffer(FIXFieldList msg,
MsgBuf buf)
needCloneOnSend
public static boolean needCloneOnSend(FIXFieldList msg)
needReleaseAfterSend
public static boolean needReleaseAfterSend(FIXFieldList msg)
setIsMessageIncomplete
public static void setIsMessageIncomplete(FIXFieldList msg,
boolean isMessageIncomplete)
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.