Interface ExecutionClientFieldSet
-
- All Superinterfaces:
LeggedMessage
,Message
- All Known Implementing Classes:
ExecuteTradeEvent
,ExecutionClientFieldSetChild
public interface ExecutionClientFieldSet extends LeggedMessage
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
getInterestAmount()
default String
getInterestRate()
default String
getPrincipalPlusInterest()
default String
getQuoteID()
The unique ID of the quote the client wants to trade on.default String
getTradingType()
-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
-
-
-
Method Detail
-
getQuoteID
default String getQuoteID()
The unique ID of the quote the client wants to trade on.
-
getTradingType
default String getTradingType()
-
getInterestRate
default String getInterestRate()
-
getInterestAmount
default String getInterestAmount()
-
getPrincipalPlusInterest
default String getPrincipalPlusInterest()
-
-