Interface AllocateLegClientFieldSet
-
- All Superinterfaces:
LeggedMessage
,Message
- All Known Implementing Classes:
AllocateLegClientFieldSetChild
public interface AllocateLegClientFieldSet extends LeggedMessage
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
getAccount()
The settlement account to use for this legdefault java.lang.String
getAllocationAmount()
The amount to allocate to this leg, specified in the dealt currency.default java.lang.String
getBuySell()
The buy/sell direction of this leg.default java.lang.String
getEntityId()
The entity to allocate this leg to.default java.lang.String
getSettlementDate()
The settlement date for the trade of this leg in ISO format (only support standard settlement dates).-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
-
-
-
Method Detail
-
getAllocationAmount
default java.lang.String getAllocationAmount()
The amount to allocate to this leg, specified in the dealt currency. Example value: 50000
-
getEntityId
default java.lang.String getEntityId()
The entity to allocate this leg to.
-
getAccount
default java.lang.String getAccount()
The settlement account to use for this leg
-
getBuySell
default java.lang.String getBuySell()
The buy/sell direction of this leg.
-
getSettlementDate
default java.lang.String getSettlementDate()
The settlement date for the trade of this leg in ISO format (only support standard settlement dates). Example value: 20160515
-
-