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 Details

    • 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)
    • setIsMessagePrepared

      public static void setIsMessagePrepared(FIXFieldList msg, boolean isMessagePrepared)
    • setFIXVersion

      public static void setFIXVersion(FIXFieldList msg, com.epam.fixengine.configuration.FIXVersionContainer fixVersion)