Class ESPConfirmationFactory


  • public class ESPConfirmationFactory
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.caplin.generated.motif.fx.trading.esp.events.server.TradeConfirmationTradeEvent createTradeConfirmation​(java.lang.String tradeId, com.caplin.ret.trapi.fx.execution.QuoteEvent quote, com.caplin.generated.motif.fx.trading.esp.ESPTrade trade, ConfirmationQuoteExtractor quoteExtractor)  
      • Methods inherited from class java.lang.Object

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

      • ESPConfirmationFactory

        public ESPConfirmationFactory​(UnitConverter unitConverter,
                                      Tobo tobo)
    • Method Detail

      • createTradeConfirmation

        @Nonnull
        public com.caplin.generated.motif.fx.trading.esp.events.server.TradeConfirmationTradeEvent createTradeConfirmation​(java.lang.String tradeId,
                                                                                                                           com.caplin.ret.trapi.fx.execution.QuoteEvent quote,
                                                                                                                           com.caplin.generated.motif.fx.trading.esp.ESPTrade trade,
                                                                                                                           ConfirmationQuoteExtractor quoteExtractor)