Class BlockStateEvent


  • public class BlockStateEvent
    extends java.lang.Object
    Represents the state of an RFSTrade
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockStateEvent​(com.caplin.motif.datasource.Message eventMessage, boolean isTradeInCancellableState)  
    • Constructor Detail

      • BlockStateEvent

        public BlockStateEvent​(com.caplin.motif.datasource.Message eventMessage,
                               boolean isTradeInCancellableState)
    • Method Detail

      • getEventMessage

        public com.caplin.motif.datasource.Message getEventMessage()
      • isTradeInCancellableState

        public boolean isTradeInCancellableState()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object