Package com.caplin.motif.datasource
Class LeggedMessageChild
- java.lang.Object
-
- com.caplin.motif.datasource.LeggedMessageChild
-
- All Implemented Interfaces:
LeggedMessage
,Message
- Direct Known Subclasses:
ErrorClientFieldSetChild
,ErrorClientFieldSetChild
,ErrorClientFieldSetChild
,ExecutionClientFieldSetChild
,ExecutionClientFieldSetChild
,ExecutionLegClientFieldSetChild
,LegDetailsClientFieldSetChild
,MMInterventionQuoteClientFieldSetChild
,OrderDetailsClientFieldSetChild
,PostAllocateLegClientFieldSetChild
,SalesInterventionQuoteClientFieldSetChild
,SalesInterventionQuoteLegClientFieldSetChild
,SettlementInstructionLegClientFieldSetChild
,SettlementInstructionsClientFieldSetChild
,SingleSettlementInstructionClientFieldSetChild
,SubmissionClientFieldSetChild
,SubmissionClientFieldSetChild
,SubmissionLegClientFieldSetChild
,TradeClientFieldSetChild
public abstract class LeggedMessageChild extends java.lang.Object implements LeggedMessage
-
-
Constructor Summary
Constructors Constructor Description LeggedMessageChild(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.Map<java.lang.String,java.lang.String>
getFields()
java.lang.Integer
getId()
Get the id of this leg, ornull
if this is the rootjava.lang.Integer
getIndex()
Get the index of this leg, ornull
if this is the root
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
Description copied from interface:LeggedMessage
Get the id of this leg, ornull
if this is the root- Specified by:
getId
in interfaceLeggedMessage
- Returns:
- Id
-
getIndex
public java.lang.Integer getIndex()
Description copied from interface:LeggedMessage
Get the index of this leg, ornull
if this is the root- Specified by:
getIndex
in interfaceLeggedMessage
- Returns:
- Index
-
-