Class BlockTradeValidator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate​(com.caplin.trading.Trade trade)
      Validates if the trade contains all the required fields
      • Methods inherited from class java.lang.Object

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

      • BlockTradeValidator

        public BlockTradeValidator()
    • Method Detail

      • validate

        public void validate​(com.caplin.trading.Trade trade)
                      throws ValidationException
        Validates if the trade contains all the required fields
        Specified by:
        validate in interface TradeValidator
        Parameters:
        trade - the generic trade
        Throws:
        ValidationException - If there was a problem validating the trade.