Class ExecutionClientFieldSetChild
- java.lang.Object
-
- com.caplin.motif.datasource.LeggedMessageChild
-
- com.caplin.generated.motif.fx.trading.fieldsets.ExecutionClientFieldSetChild
-
- All Implemented Interfaces:
ExecutionClientFieldSet
,LeggedMessage
,Message
public class ExecutionClientFieldSetChild extends LeggedMessageChild implements ExecutionClientFieldSet
-
-
Constructor Summary
Constructors Constructor Description ExecutionClientFieldSetChild(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<ExecutionLegClientFieldSetChild>
getLLegs()
Get all the L legs for this tradejava.util.List<SettlementLegClientFieldSetChild>
getULegs()
Get all the U 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.ExecutionClientFieldSet
getAppID, getAskPips, getAssetClass, getBidPips, getClientAgreementDateTime, getIsAdvised, getIsCommercial, getLLegById, getLLegById, getLLegByIndex, getNumLLegs, getNumULegs, getPurpose, getQuoteID, getRemarks, getSpotAskMargin, getSpotAskRate, getSpotBidMargin, getSpotBidRate, getStreamingMode, getSwapAskMargin, getSwapAskPoints, getSwapBidMargin, getSwapBidPoints, getTraderRemarks, getTraderSpotAskRate, getTraderSpotBidRate, getTradingAssetClass, getTradingProtocol, getULegById, getULegById, getULegByIndex
-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
-
-
-
Method Detail
-
getLLegs
public java.util.List<ExecutionLegClientFieldSetChild> getLLegs()
Get all the L legs for this trade- Specified by:
getLLegs
in interfaceExecutionClientFieldSet
- Returns:
- Get all the L legs for this trade
-
getULegs
public java.util.List<SettlementLegClientFieldSetChild> getULegs()
Get all the U legs for this trade- Specified by:
getULegs
in interfaceExecutionClientFieldSet
- Returns:
- Get all the U legs for this trade
-
-