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 -
Method Summary
Modifier and TypeMethodDescriptionintpossRetrans(int templateId, org.agrona.DirectBuffer buffer, int messageOffset) intpossRetransOffset(int templateId) intsendingTimeEpochOffset(int templateId) intseqNum(int templateId, org.agrona.DirectBuffer buffer, int messageOffset) intseqNumOffset(int templateId) Methods inherited from class uk.co.real_logic.artio.fixp.AbstractFixPOffsets
clientSeqNum, clientSeqNum, exchangeSeqNum, loadSbeIr, templateId, templateId
-
Constructor Details
-
BinaryEntryPointOffsets
public BinaryEntryPointOffsets()
-
-
Method Details
-
seqNumOffset
public int seqNumOffset(int templateId) - Specified by:
seqNumOffsetin classuk.co.real_logic.artio.fixp.AbstractFixPOffsets
-
seqNum
public int seqNum(int templateId, org.agrona.DirectBuffer buffer, int messageOffset) - Specified by:
seqNumin classuk.co.real_logic.artio.fixp.AbstractFixPOffsets
-
possRetransOffset
public int possRetransOffset(int templateId) - Specified by:
possRetransOffsetin classuk.co.real_logic.artio.fixp.AbstractFixPOffsets
-
possRetrans
public int possRetrans(int templateId, org.agrona.DirectBuffer buffer, int messageOffset) - Specified by:
possRetransin classuk.co.real_logic.artio.fixp.AbstractFixPOffsets
-
sendingTimeEpochOffset
public int sendingTimeEpochOffset(int templateId) - Specified by:
sendingTimeEpochOffsetin classuk.co.real_logic.artio.fixp.AbstractFixPOffsets
-