Interface MamdaTradeClosing

  • All Superinterfaces:
    MamdaBasicEvent
    All Known Implementing Classes:
    MamdaTradeListener

    public interface MamdaTradeClosing
    extends MamdaBasicEvent
    MamdaTradeClosing is an interface that provides access to fields related to trade closing reports. There is no need to provide access to total volume, open/high/low, etc., since these fields are also available in the recap interface passed along with closing messages.
    • Method Detail

      • getClosePrice

        com.wombat.mama.MamaPrice getClosePrice()
        Return the Close price Today's closing price. The close price is populated when official closing prices are sent by the feed after the session close.
      • getClosePriceFieldState

        short getClosePriceFieldState()
        Returns:
        Returns the ClosePrice Field State.
      • getIsIndicative

        boolean getIsIndicative()
        Return whether this closing price is indicative or official.
      • getIsIndicativeFieldState

        short getIsIndicativeFieldState()
        Returns:
        Returns the IsIndicative Field State.