Class BlockHandlerSalesConfirmationHelper
- java.lang.Object
-
- com.caplin.motif.fx.ret.fxtrading.submission.block.BlockHandlerSalesConfirmationHelper
-
public class BlockHandlerSalesConfirmationHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BlockHandlerSalesConfirmationHelper()
-
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)
-
-
-
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)
-
-