Class ESPSubmissionClientFieldSetChild
- java.lang.Object
-
- com.caplin.motif.datasource.LeggedMessageChild
-
- com.caplin.generated.motif.fx.trading.fieldsets.SubmissionClientFieldSetChild
-
- com.caplin.generated.motif.fx.trading.fieldsets.ESPSubmissionClientFieldSetChild
-
- All Implemented Interfaces:
ESPSubmissionClientFieldSet
,SubmissionClientFieldSet
,LeggedMessage
,Message
public class ESPSubmissionClientFieldSetChild extends SubmissionClientFieldSetChild implements ESPSubmissionClientFieldSet
-
-
Constructor Summary
Constructors Constructor Description ESPSubmissionClientFieldSetChild(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<ESPSubmissionLegClientFieldSetChild>
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.generated.motif.fx.trading.fieldsets.ESPSubmissionClientFieldSet
getLLegById, getLLegById, getLLegByIndex, getNumLLegs
-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
Methods inherited from interface com.caplin.generated.motif.fx.trading.fieldsets.SubmissionClientFieldSet
getAccount, getAssetClass, getControlAddLeg, getCurrencyPair, getDealtCurrency, getForceReporting, getPurpose, getTOBOUser, getTradingAssetClass, getTradingProtocol, getTradingSubProtocol, getTradingType
-
-
-
-
Method Detail
-
getLLegs
public java.util.List<ESPSubmissionLegClientFieldSetChild> getLLegs()
Get all the L legs for this trade- Specified by:
getLLegs
in interfaceESPSubmissionClientFieldSet
- Specified by:
getLLegs
in interfaceSubmissionClientFieldSet
- Overrides:
getLLegs
in classSubmissionClientFieldSetChild
- Returns:
- Get all the L legs for this trade
-
-