Interface RFSSubmissionLegClientFieldSet
- All Superinterfaces:
LeggedMessage
,Message
,SubmissionLegClientFieldSet
- All Known Subinterfaces:
AllocateLegClientFieldSet
,AmendLegClientFieldSet
- All Known Implementing Classes:
AllocateLegClientFieldSetChild
,AmendLegClientFieldSetChild
,RFSSubmissionLegClientFieldSetChild
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
The settlement account to usedefault String
The entity to allocate this leg to.default String
Example value: 20160515default String
true if the leg is a time option.default String
The start date for time options.default String
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, getBuySell, getRemarks, getRequestedProfitCurrency, getSettlementDate, getTenor, getTOBOUser, getTraderRemarks
-
Method Details
-
getIsTimeOption
true if the leg is a time option. Must contain a StartTenor And/Or StartDate if the leg is a time-option -
getFixingDate
Example value: 20160515- Specified by:
getFixingDate
in interfaceSubmissionLegClientFieldSet
-
getStartTenor
The start tenor for time options. Example value: SPOT -
getStartDate
The start date for time options. Example value 20170123 -
getAccount
The settlement account to use -
getEntityId
The entity to allocate this leg to.
-