Class RFSQuoteValidator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean validateAgainstQuote​(com.caplin.generated.motif.fx.trading.rfs.RFSTrade trade, com.caplin.generated.motif.fx.trading.rfs.events.client.ExecuteTradeEvent event, RFSQuote currentQuote)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RFSQuoteValidator

        public RFSQuoteValidator()
    • Method Detail

      • validateAgainstQuote

        public abstract boolean validateAgainstQuote​(com.caplin.generated.motif.fx.trading.rfs.RFSTrade trade,
                                                     com.caplin.generated.motif.fx.trading.rfs.events.client.ExecuteTradeEvent event,
                                                     RFSQuote currentQuote)