Class ExecutionQuoteValidator

    • Method Summary

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

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

    • Method Detail

      • validateAgainstQuote

        public boolean validateAgainstQuote​(com.caplin.generated.motif.fx.trading.rfs.RFSTrade trade,
                                            com.caplin.generated.motif.fx.trading.rfs.events.client.ExecuteTradeEvent executeEvent,
                                            RFSQuote currentQuote)
        Specified by:
        validateAgainstQuote in class RFSQuoteValidator