Interface MamdaBookAtomicLevelEntry

    • Method Detail

      • getPriceLevelActNumEntries

        long getPriceLevelActNumEntries()
      • getPriceLevelEntryAction

        char getPriceLevelEntryAction()
        Order book entry action to apply to the full order book. A : Add entry to the price level. U : Update existing entry in the price level. D : Delete existing entry from the price level.
        Returns:
        The orderbook entry action.
      • getPriceLevelEntryReason

        char getPriceLevelEntryReason()
        Reason for order book entry.
        Returns:
        The orderbook entry reason.
      • getPriceLevelEntryId

        java.lang.String getPriceLevelEntryId()
        Order book entry Id. (order ID, participant ID, etc.)
        Returns:
        The entry id
      • getPriceLevelEntrySize

        long getPriceLevelEntrySize()
        Return the order book entry size
        Returns:
        Order book entry size
      • getPriceLevelEntryTime

        com.wombat.mama.MamaDateTime getPriceLevelEntryTime()
        Return the time of order book entry update.
        Returns:
        Time of order book entry update.
      • entryIterator

        java.util.Iterator entryIterator()
      • isVisible

        boolean isVisible()