Class MamdaOrderBookConcreteRecap

    • Constructor Detail

      • MamdaOrderBookConcreteRecap

        public MamdaOrderBookConcreteRecap()
    • Method Detail

      • getSendTime

        public com.wombat.mama.MamaDateTime getSendTime()
        Description copied from interface: MamdaBasicRecap
        Get the send time of the update.
        Specified by:
        getSendTime in interface MamdaBasicRecap
        Returns:
        Send time. A feed handler (or similar publisher) time stamp representing the time that such publisher sent the current message. The difference between the line time and send time is the latency within the feed handler itself. Also, if clocks are properly synchronized then the difference between the send time and current time is the latency within the market data distribution framework (i.e. MAMA and the underlying middleware).
      • setSendTime

        public void setSendTime​(com.wombat.mama.MamaDateTime sendTime)
      • getLineTime

        public com.wombat.mama.MamaDateTime getLineTime()
        Description copied from interface: MamdaBasicRecap
        Get the line time of the update.
        Specified by:
        getLineTime in interface MamdaBasicRecap
        Returns:
        Line time. A feed handler (or similar publisher) time stamp representing the time that such publisher received the update message pertaining to the event. If clocks are properly synchronized and the source time (see above) is accurate enough, then the difference between the source time and line time is the latency between the data source and the feed handler.
      • setLineTime

        public void setLineTime​(com.wombat.mama.MamaDateTime lineTime)
      • getPartId

        public java.lang.String getPartId()
        Description copied from interface: MamdaBasicRecap
        Get the participant identifier.
        Specified by:
        getPartId in interface MamdaBasicRecap
        Returns:
        Participant ID. This may be an exchange identifier, a market maker ID, etc., or NULL (if this is not related to any specific participant).
      • setPartId

        public void setPartId​(java.lang.String partId)
      • getSymbol

        public java.lang.String getSymbol()
        Description copied from interface: MamdaBasicRecap
        Get the string symbol for the instrument.
        Specified by:
        getSymbol in interface MamdaBasicRecap
        Returns:
        Symbol. This is the "well-known" symbol for the security, including any symbology mapping performed by the publisher.
      • setSymbol

        public void setSymbol​(java.lang.String symbol)