Interface MMInterventionQuoteClientFieldSet
- All Superinterfaces:
LeggedMessage,Message
- All Known Implementing Classes:
MMInterventionQuoteClientFieldSetChild,QuoteTradeEvent
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringgetAppID()A unique identifier for the client applicationdefault StringThis field represents the margin that the sales user has selected.default StringInterest margin on the given InterestRate.default StringThis field is the length of time in seconds that a sales intervention quote is valid for.default StringThe type of pricing, either QUOTE or STREAM, QUOTE will send a send a singe quote to the client, while STREAM will stream rates to the client using the given margins.default StringThis field is the remaining length of time in milliseconds that a sales intervention quote is valid for.default StringThis field represents the interest rate that the sales user has selected.Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
Method Details
-
getPricingType
The type of pricing, either QUOTE or STREAM, QUOTE will send a send a singe quote to the client, while STREAM will stream rates to the client using the given margins. -
getInterestRate
Interest margin on the given InterestRate. -
getInterestMargin
This field represents the margin that the sales user has selected. It should be sent as a raw value, and unformatted. -
getTraderInterestRate
This field represents the interest rate that the sales user has selected. -
getOverallTimeOut
This field is the length of time in seconds that a sales intervention quote is valid for. -
getRemainingTimeOutMillis
This field is the remaining length of time in milliseconds that a sales intervention quote is valid for. -
getAppID
A unique identifier for the client application
-