Class ConfirmationQuote
java.lang.Object
com.caplin.motif.fx.ret.fxtrading.confirmation.ConfirmationQuote
-
Constructor Summary
ConstructorDescriptionConfirmationQuote
(boolean isBlock, com.caplin.ret.trapi.fx.Side overallNetSide, com.caplin.ret.trapi.fx.execution.QuoteEvent quote, com.caplin.ret.trapi.fx.execution.LegRequirementQuote trAPILeg) -
Method Summary
-
Constructor Details
-
ConfirmationQuote
public ConfirmationQuote(boolean isBlock, com.caplin.ret.trapi.fx.Side overallNetSide, @Nonnull com.caplin.ret.trapi.fx.execution.QuoteEvent quote, @Nonnull com.caplin.ret.trapi.fx.execution.LegRequirementQuote trAPILeg)
-
-
Method Details
-
getTenor
public com.caplin.ret.trapi.fx.Tenor getTenor() -
getBlockRemarks
-
getAccount
-
getDealtAmount
-
getDealtCurrency
-
getContraCurrency
-
getSpotRate
-
getContraAmount
-
getAllInRate
-
getAllInRateDPS
-
getRawFwdPoints
Format e.g. 0.00439 -
getFwdPoints
Format e.g. 4.39 -
getMargin
@Nullable public com.caplin.ret.trapi.fx.execution.Margin getMargin() -
getSide
public com.caplin.ret.trapi.fx.Side getSide() -
getFixingDate
-
getRiskDate
-
getRiskTenor
-
getStartDate
-
getStartTenor
-
getSpotMidRate
-
getForwardMidPoints
-
getAllInMidRate
-
getSettlementDate
-
isPositiveProfit
public boolean isPositiveProfit()Should only be used with block trade profits -
isLegOverrAllIsOnSameSideAsOverall
public boolean isLegOverrAllIsOnSameSideAsOverall() -
isInputLegOnLegOverrallSide
public boolean isInputLegOnLegOverrallSide() -
getTenorNetSide
public com.caplin.motif.fx.trading.BuySell getTenorNetSide() -
toString
-