Class RFSSubmissionClientFieldSetChild
- java.lang.Object
-
- com.caplin.motif.datasource.LeggedMessageChild
-
- com.caplin.generated.motif.fx.trading.fieldsets.SubmissionClientFieldSetChild
-
- com.caplin.generated.motif.fx.trading.fieldsets.RFSSubmissionClientFieldSetChild
-
- All Implemented Interfaces:
RFSSubmissionClientFieldSet
,SubmissionClientFieldSet
,LeggedMessage
,Message
- Direct Known Subclasses:
AllocateClientFieldSetChild
,AmendClientFieldSetChild
public class RFSSubmissionClientFieldSetChild extends SubmissionClientFieldSetChild implements RFSSubmissionClientFieldSet
-
-
Constructor Summary
Constructors Constructor Description RFSSubmissionClientFieldSetChild(int legId, java.util.Map<java.lang.String,java.lang.String> fields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<? extends RFSSubmissionLegClientFieldSetChild>
getLLegs()
Get all the L legs for this trade-
Methods inherited from class com.caplin.motif.datasource.LeggedMessageChild
getFields, getId, getIndex
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
Methods inherited from interface com.caplin.generated.motif.fx.trading.fieldsets.RFSSubmissionClientFieldSet
getBuySell, getDeliverableType, getFixingSource, getLLegById, getLLegById, getLLegByIndex, getNumLLegs, getOneWayDirection, getSettlementCurrency, getSingleComponentRepriceField, getSingleComponentRepriceValue
-
Methods inherited from interface com.caplin.generated.motif.fx.trading.fieldsets.SubmissionClientFieldSet
getAccount, getAppID, getAssetClass, getControlAddLeg, getCurrencyPair, getDealtCurrency, getIsCommercial, getPurpose, getTOBOUser, getTradingAssetClass, getTradingProtocol, getTradingSubProtocol, getTradingType
-
-
-
-
Method Detail
-
getLLegs
public java.util.List<? extends RFSSubmissionLegClientFieldSetChild> getLLegs()
Get all the L legs for this trade- Specified by:
getLLegs
in interfaceRFSSubmissionClientFieldSet
- Specified by:
getLLegs
in interfaceSubmissionClientFieldSet
- Overrides:
getLLegs
in classSubmissionClientFieldSetChild
- Returns:
- Get all the L legs for this trade
-
-