Interface RFSSubmissionLegClientFieldSet
-
- All Superinterfaces:
LeggedMessage
,Message
,SubmissionLegClientFieldSet
- All Known Subinterfaces:
AllocateLegClientFieldSet
,AmendLegClientFieldSet
- All Known Implementing Classes:
AllocateLegClientFieldSetChild
,AmendLegClientFieldSetChild
,RFSSubmissionLegClientFieldSetChild
public interface RFSSubmissionLegClientFieldSet extends SubmissionLegClientFieldSet
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
getAccount()
The settlement account to usedefault String
getFixingDate()
Example value: 20160515default String
getIsTimeOption()
true if the leg is a time option.default String
getStartDate()
The start date for time options.default String
getStartTenor()
The start tenor for time options.-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
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
-
getIsTimeOption
default String getIsTimeOption()
true if the leg is a time option. Must contain a StartTenor And/Or StartDate if the leg is a time-option
-
getFixingDate
default String getFixingDate()
Example value: 20160515- Specified by:
getFixingDate
in interfaceSubmissionLegClientFieldSet
-
getStartTenor
default String getStartTenor()
The start tenor for time options. Example value: SPOT
-
getStartDate
default String getStartDate()
The start date for time options. Example value 20170123
-
getAccount
default String getAccount()
The settlement account to use
-
-