Class MMRFSSubmissionClientFieldSetChild
- java.lang.Object
-
- com.caplin.motif.datasource.LeggedMessageChild
-
- com.caplin.generated.motif.mm.trading.fieldsets.TradeClientFieldSetChild
-
- com.caplin.generated.motif.mm.trading.fieldsets.MMRFSSubmissionClientFieldSetChild
-
- All Implemented Interfaces:
MMRFSSubmissionClientFieldSet
,TradeClientFieldSet
,LeggedMessage
,Message
public class MMRFSSubmissionClientFieldSetChild extends TradeClientFieldSetChild implements MMRFSSubmissionClientFieldSet
-
-
Constructor Summary
Constructors Constructor Description MMRFSSubmissionClientFieldSetChild(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<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.motif.datasource.LeggedMessage
getId, getIndex
-
Methods inherited from interface com.caplin.generated.motif.mm.trading.fieldsets.MMRFSSubmissionClientFieldSet
getAccount, getAction, getAppID, getCallAccount, getCurrency, getMaturityDate, getMaturityTenor, getNoticePeriod, getNumberOfDays, getNumULegs, getPaymentFrequency, getPrincipalAmount, getShariaTrade, getStartDate, getStartTenor, getTOBOUser, getTradingType, getULegById, getULegById, getULegByIndex
-
Methods inherited from interface com.caplin.generated.motif.mm.trading.fieldsets.TradeClientFieldSet
getAssetClass, getMsgType, getRequestID, getState, getTradingProtocol, getTradingSubProtocol, getTransactionType
-
-
-
-
Method Detail
-
getULegs
public java.util.List<SettlementLegClientFieldSetChild> getULegs()
Get all the U legs for this trade- Specified by:
getULegs
in interfaceMMRFSSubmissionClientFieldSet
- Returns:
- Get all the U legs for this trade
-
-