Interface PostAllocateLegClientFieldSet
-
- All Superinterfaces:
LeggedMessage
,Message
- All Known Implementing Classes:
PostAllocateLegClientFieldSetChild
public interface PostAllocateLegClientFieldSet extends LeggedMessage
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
getAccount()
The settlement account to usedefault java.lang.String
getAllocationAmount()
The amount to allocate to this leg, specified in the dealt currency.default java.lang.String
getBuySell()
Whether the client wants to buy or sell the base currency, NOT the dealt currency.-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
-
-
-
Method Detail
-
getAccount
default java.lang.String getAccount()
The settlement account to use
-
getAllocationAmount
default java.lang.String getAllocationAmount()
The amount to allocate to this leg, specified in the dealt currency. Example value: 50000
-
getBuySell
default java.lang.String getBuySell()
Whether the client wants to buy or sell the base currency, NOT the dealt currency. For example if the currency pair is EURGBP and this value is EUR then this field always tells you if the client wants to buy or sell EUR, even if the dealt currency is GBP. The dealt currency simply tells you which currency the client has specified the amount in. Example value: SELL
-
-