Interface AllocateClientFieldSet
-
- All Superinterfaces:
LeggedMessage
,Message
- All Known Implementing Classes:
AllocateClientFieldSetChild
,AllocateTradeEvent
public interface AllocateClientFieldSet extends LeggedMessage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AllocateLegClientFieldSetChild
getLLegById(int legId)
default AllocateLegClientFieldSetChild
getLLegById(java.lang.String legId)
default AllocateLegClientFieldSetChild
getLLegByIndex(int index)
java.util.List<AllocateLegClientFieldSetChild>
getLLegs()
default int
getNumLLegs()
-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
-
-
-
Method Detail
-
getLLegById
default AllocateLegClientFieldSetChild getLLegById(int legId)
- Returns:
- Get the L leg for the given id
-
getLLegById
default AllocateLegClientFieldSetChild getLLegById(java.lang.String legId)
- Returns:
- Get the L leg for the given id
-
getLLegByIndex
default AllocateLegClientFieldSetChild getLLegByIndex(int index)
- Returns:
- Get the L leg for the given index
-
getLLegs
java.util.List<AllocateLegClientFieldSetChild> getLLegs()
- Returns:
- Get all the L legs for this trade
-
getNumLLegs
default int getNumLLegs()
- Returns:
- Get the number of L legs for this trade
-
-