Interface SettlementLegClientFieldSet
-
- All Superinterfaces:
LeggedMessage
,Message
- All Known Implementing Classes:
SettlementLegClientFieldSetChild
public interface SettlementLegClientFieldSet extends LeggedMessage
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
getPaySettlementId()
The Id corresponding to the payee's settlement details.default java.lang.String
getPaySettlementInstructionType()
The type of settlement instruction on the pay side.default java.lang.String
getPaySettlementRemarks()
The remarks corresponding to the payee's settlement details.default java.lang.String
getReceiveSettlementId()
The Id corresponding to the recipient's settlement details.default java.lang.String
getReceiveSettlementInstructionType()
The type of settlement instruction on the receive side.default java.lang.String
getReceiveSettlementRemarks()
The remarks corresponding to the recipient's settlement details.default java.lang.String
getReceiveSettlementType()
The type of settlement attached to a trade.-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
-
-
-
Method Detail
-
getPaySettlementId
default java.lang.String getPaySettlementId()
The Id corresponding to the payee's settlement details.
-
getPaySettlementRemarks
default java.lang.String getPaySettlementRemarks()
The remarks corresponding to the payee's settlement details.
-
getPaySettlementInstructionType
default java.lang.String getPaySettlementInstructionType()
The type of settlement instruction on the pay side.
-
getReceiveSettlementId
default java.lang.String getReceiveSettlementId()
The Id corresponding to the recipient's settlement details.
-
getReceiveSettlementRemarks
default java.lang.String getReceiveSettlementRemarks()
The remarks corresponding to the recipient's settlement details.
-
getReceiveSettlementInstructionType
default java.lang.String getReceiveSettlementInstructionType()
The type of settlement instruction on the receive side.
-
getReceiveSettlementType
default java.lang.String getReceiveSettlementType()
The type of settlement attached to a trade. Supported types are [PRINCIPAL, INTEREST].
-
-