Class BlockHandlerSalesConfirmationHelper


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TraderFields createBlockLegTraderFields​(com.caplin.motif.fx.trading.BuySell legBuySell, com.caplin.motif.fx.trading.BuySell legNetBuySell, java.math.BigDecimal clientSpotRate, java.math.BigDecimal nearClientFwdPoints, java.math.BigDecimal nearClientAllInRate, java.math.BigDecimal nearRawSpotMargin, java.math.BigDecimal nearRawFwdMargin)  
      static java.util.List<com.caplin.generated.motif.fx.tradeconfirmation.TradeConfTypesDef.NettedLegSalesTradeConfirmationFields> getSalesLegConfirmations​(ConfirmationQuoteExtractor confirmationQuoteExtractor, boolean isEven)  
      • Methods inherited from class java.lang.Object

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

      • BlockHandlerSalesConfirmationHelper

        public BlockHandlerSalesConfirmationHelper()
    • Method Detail

      • getSalesLegConfirmations

        public static java.util.List<com.caplin.generated.motif.fx.tradeconfirmation.TradeConfTypesDef.NettedLegSalesTradeConfirmationFields> getSalesLegConfirmations​(ConfirmationQuoteExtractor confirmationQuoteExtractor,
                                                                                                                                                                       boolean isEven)
      • createBlockLegTraderFields

        public static TraderFields createBlockLegTraderFields​(com.caplin.motif.fx.trading.BuySell legBuySell,
                                                              com.caplin.motif.fx.trading.BuySell legNetBuySell,
                                                              java.math.BigDecimal clientSpotRate,
                                                              java.math.BigDecimal nearClientFwdPoints,
                                                              java.math.BigDecimal nearClientAllInRate,
                                                              java.math.BigDecimal nearRawSpotMargin,
                                                              java.math.BigDecimal nearRawFwdMargin)