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 String
getAllInAskMargin()
This is the user’s selected SpotBidMargin added to the selected FwdBidMargindefault String
getAllInBidMargin()
This is the user’s selected SpotBidMargin added to the selected FwdBidMargindefault String
getFwdAskMargin()
This field represents the Forward margin that the sales user has selected.default 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, 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 String getAllInBidMargin()
This is the user’s selected SpotBidMargin added to the selected FwdBidMargin
-
getAllInAskMargin
default String getAllInAskMargin()
This is the user’s selected SpotBidMargin added to the selected FwdBidMargin
-
getFwdBidMargin
default String getFwdBidMargin()
This field represents the Forward margin that the sales user has selected. This field should be sent raw and unformatted.
-
getFwdAskMargin
default String getFwdAskMargin()
This field represents the Forward margin that the sales user has selected. This field should be sent raw and unformatted.
-
-