Interface MessageFlyweight

    • Method Detail

      • sbeBlockLength

        int sbeBlockLength()
        The length of the root block in bytes.
        Returns:
        the length of the root block in bytes.
      • sbeTemplateId

        int sbeTemplateId()
        The SBE template identifier for the message.
        Returns:
        the SBE template identifier for the message.
      • sbeSemanticType

        java.lang.String sbeSemanticType()
        The semantic type of the message which is typically the semantic equivalent in the FIX repository.
        Returns:
        the semantic type of the message which is typically the semantic equivalent in the FIX repository.
      • limit

        int limit()
        The current limit in the buffer at which the message is being encoded or decoded.
        Returns:
        the current limit in the buffer at which the message is being encoded or decoded.
      • limit

        void limit​(int limit)
        The current limit in the buffer at which the message is being encoded or decoded.
        Parameters:
        limit - in the buffer at which the message is being encoded or decoded.