Interface AmendLegClientFieldSet
-
- All Superinterfaces:
LeggedMessage
,Message
,RFSSubmissionLegClientFieldSet
,SubmissionLegClientFieldSet
- All Known Implementing Classes:
AmendLegClientFieldSetChild
public interface AmendLegClientFieldSet extends RFSSubmissionLegClientFieldSet
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
getAllInAskMargin()
This is the user’s selected SpotBidMargin added to the selected FwdBidMargindefault java.lang.String
getAllInBidMargin()
This is the user’s selected SpotBidMargin added to the selected FwdBidMargindefault java.lang.String
getFwdAskMargin()
This field represents the Forward margin that the sales user has selected.default java.lang.String
getFwdBidMargin()
This field represents the Forward margin that the sales user has selected.-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
Methods inherited from interface com.caplin.generated.motif.fx.trading.fieldsets.RFSSubmissionLegClientFieldSet
getAccount, getEntityId, getFixingDate, getIsTimeOption, getStartDate, getStartTenor
-
Methods inherited from interface com.caplin.generated.motif.fx.trading.fieldsets.SubmissionLegClientFieldSet
getAmount, getBuyPaySettlementID, getBuyPaySettlementInstructionType, getBuyPaySettlementRemarks, getBuyReceiveSettlementID, getBuyReceiveSettlementInstructionType, getBuyReceiveSettlementRemarks, getBuySell, getRemarks, getRequestedProfitCurrency, getSellPaySettlementID, getSellPaySettlementInstructionType, getSellPaySettlementRemarks, getSellReceiveSettlementID, getSellReceiveSettlementInstructionType, getSellReceiveSettlementRemarks, getSettlementDate, getTenor, getTOBOUser, getTraderRemarks
-
-
-
-
Method Detail
-
getAllInBidMargin
default java.lang.String getAllInBidMargin()
This is the user’s selected SpotBidMargin added to the selected FwdBidMargin
-
getAllInAskMargin
default java.lang.String getAllInAskMargin()
This is the user’s selected SpotBidMargin added to the selected FwdBidMargin
-
getFwdBidMargin
default java.lang.String getFwdBidMargin()
This field represents the Forward margin that the sales user has selected. This field should be sent raw and unformatted.
-
getFwdAskMargin
default java.lang.String getFwdAskMargin()
This field represents the Forward margin that the sales user has selected. This field should be sent raw and unformatted.
-
-