Interface DrawdownSubmissionLegClientFieldSet
-
- All Superinterfaces:
LeggedMessage
,Message
- All Known Implementing Classes:
DrawdownSubmissionLegClientFieldSetChild
public interface DrawdownSubmissionLegClientFieldSet extends LeggedMessage
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
getAmount()
The amount to trade, specified in the dealt currency.default java.lang.String
getSettlementDate()
The settlement date for the trade, in ISO format (only support standard settlement dates) Example value: 20160515default java.lang.String
getTenor()
Tenor the settlement date falls on example='1M'.-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
-
-
-
Method Detail
-
getAmount
default java.lang.String getAmount()
The amount to trade, specified in the dealt currency. Example value: 50000
-
getSettlementDate
default java.lang.String getSettlementDate()
The settlement date for the trade, in ISO format (only support standard settlement dates) Example value: 20160515
-
getTenor
default java.lang.String getTenor()
Tenor the settlement date falls on example='1M'. 'broken' indicates that the settlement date does not fall onto a tenor.
-
-