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