Interface AllocateLegClientFieldSet
-
- All Superinterfaces:
LeggedMessage
,Message
,RFSSubmissionLegClientFieldSet
,SubmissionLegClientFieldSet
- All Known Implementing Classes:
AllocateLegClientFieldSetChild
public interface AllocateLegClientFieldSet extends RFSSubmissionLegClientFieldSet
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
getAllocationAmount()
The amount to allocate to this leg, specified in the dealt currency.default String
getEntityId()
The entity to allocate this leg to.-
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
-
-