Class BinaryEntryPointOffsets

java.lang.Object
uk.co.real_logic.artio.fixp.AbstractFixPOffsets
uk.co.real_logic.artio.binary_entrypoint.BinaryEntryPointOffsets

public class BinaryEntryPointOffsets extends uk.co.real_logic.artio.fixp.AbstractFixPOffsets
  • Field Summary

    Fields inherited from class uk.co.real_logic.artio.fixp.AbstractFixPOffsets

    EXCHANGE_MSG_SEQ_NUM_OFFSET, MINIMUM_BUSINESS_MSG_TEMPLATE_ID, MISSING_OFFSET, NORMAL_CLIENT_MSG_SEQ_NUM_OFFSET, PARTY_DETAILS_LIST_REQUEST_ID, PARTY_DETAILS_LIST_REQUEST_SEQ_NUM_OFFSET, TEMPLATE_ID_OFFSET
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    possRetrans(int templateId, org.agrona.DirectBuffer buffer, int messageOffset)
     
    int
    possRetransOffset(int templateId)
     
    int
    sendingTimeEpochOffset(int templateId)
     
    int
    seqNum(int templateId, org.agrona.DirectBuffer buffer, int messageOffset)
     
    int
    seqNumOffset(int templateId)
     

    Methods inherited from class uk.co.real_logic.artio.fixp.AbstractFixPOffsets

    clientSeqNum, clientSeqNum, exchangeSeqNum, loadSbeIr, templateId, templateId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BinaryEntryPointOffsets

      public BinaryEntryPointOffsets()
  • Method Details

    • seqNumOffset

      public int seqNumOffset(int templateId)
      Specified by:
      seqNumOffset in class uk.co.real_logic.artio.fixp.AbstractFixPOffsets
    • seqNum

      public int seqNum(int templateId, org.agrona.DirectBuffer buffer, int messageOffset)
      Specified by:
      seqNum in class uk.co.real_logic.artio.fixp.AbstractFixPOffsets
    • possRetransOffset

      public int possRetransOffset(int templateId)
      Specified by:
      possRetransOffset in class uk.co.real_logic.artio.fixp.AbstractFixPOffsets
    • possRetrans

      public int possRetrans(int templateId, org.agrona.DirectBuffer buffer, int messageOffset)
      Specified by:
      possRetrans in class uk.co.real_logic.artio.fixp.AbstractFixPOffsets
    • sendingTimeEpochOffset

      public int sendingTimeEpochOffset(int templateId)
      Specified by:
      sendingTimeEpochOffset in class uk.co.real_logic.artio.fixp.AbstractFixPOffsets