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 java.lang.String
getInterestAmount()
default java.lang.String
getInterestRate()
default java.lang.String
getPrincipalPlusInterest()
default java.lang.String
getQuoteID()
The unique ID of the quote the client wants to trade on.default java.lang.String
getTradingType()
-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
-
-
-
Method Detail
-
getQuoteID
default java.lang.String getQuoteID()
The unique ID of the quote the client wants to trade on.
-
getTradingType
default java.lang.String getTradingType()
-
getInterestRate
default java.lang.String getInterestRate()
-
getInterestAmount
default java.lang.String getInterestAmount()
-
getPrincipalPlusInterest
default java.lang.String getPrincipalPlusInterest()
-
-