Uses of Class
com.caplin.generated.motif.fx.trading.fieldsets.AllocateLegClientFieldSetChild
-
Packages that use AllocateLegClientFieldSetChild Package Description com.caplin.generated.motif.fx.trading.allocate.events.client com.caplin.generated.motif.fx.trading.fieldsets -
-
Uses of AllocateLegClientFieldSetChild in com.caplin.generated.motif.fx.trading.allocate.events.client
Methods in com.caplin.generated.motif.fx.trading.allocate.events.client that return AllocateLegClientFieldSetChild Modifier and Type Method Description AllocateLegClientFieldSetChild
SubmitTradeEvent. getFarLeg()
AllocateLegClientFieldSetChild
SubmitTradeEvent. getLegById(int legId)
Deprecated.AllocateLegClientFieldSetChild
SubmitTradeEvent. getLegById(String legId)
Deprecated.AllocateLegClientFieldSetChild
SubmitTradeEvent. getLegByIndex(int index)
Deprecated.AllocateLegClientFieldSetChild
SubmitTradeEvent. getNearLeg()
Methods in com.caplin.generated.motif.fx.trading.allocate.events.client that return types with arguments of type AllocateLegClientFieldSetChild Modifier and Type Method Description List<AllocateLegClientFieldSetChild>
SubmitTradeEvent. getLegs()
Deprecated.List<AllocateLegClientFieldSetChild>
SubmitTradeEvent. getLLegs()
-
Uses of AllocateLegClientFieldSetChild in com.caplin.generated.motif.fx.trading.fieldsets
Methods in com.caplin.generated.motif.fx.trading.fieldsets that return AllocateLegClientFieldSetChild Modifier and Type Method Description default AllocateLegClientFieldSetChild
AllocateClientFieldSet. getLLegById(int legId)
default AllocateLegClientFieldSetChild
AllocateClientFieldSet. getLLegById(String legId)
default AllocateLegClientFieldSetChild
AllocateClientFieldSet. getLLegByIndex(int index)
Methods in com.caplin.generated.motif.fx.trading.fieldsets that return types with arguments of type AllocateLegClientFieldSetChild Modifier and Type Method Description List<AllocateLegClientFieldSetChild>
AllocateClientFieldSet. getLLegs()
List<AllocateLegClientFieldSetChild>
AllocateClientFieldSetChild. getLLegs()
Get all the L legs for this trade
-