public interface SalesSpotQuote extends SpotQuote
A sales spot quote, which is comprised of one or more of a bid rate, ask rate and mid rate and the default margins.
To create a SalesSpotQuote use the SalesSpotQuoteBuilder
by
calling the SalesSpotQuoteBuilder.create()
method.
Modifier and Type | Method and Description |
---|---|
String |
getDefaultSpotAskMargin()
The default margin to be applied to the Spot Ask Rate
|
String |
getDefaultSpotBidMargin()
The default margin to be applied to the trader Spot Bid Rate
|
String |
getProfitAskRate()
The ask rate that can be used to calculate the profit on the ask side in the given currency
|
String |
getProfitBidRate()
The bid rate that can be used to calculate the profit on the bid side in the given currency
|
String |
getProfitCurrency()
The currency that the Profit Bid Rate and Profit Ask Rate relate to
|
String |
getProfitCurrencyDPS()
The number of decimal places that should be used for formatting the profit currency
|
String |
getTraderSpotAskRate() |
String |
getTraderSpotBidRate() |
addField, getAskPips, getAskQuoteID, getAskRate, getBidPips, getBidQuoteID, getBidRate, getMidQuoteID, getMidRate, getNumberOfFractionalPoints, getPrecision, getRiskDate, getRiskTenor, getSettlementDate, getTenor, setMidRate
getQuoteFields
String getTraderSpotBidRate()
String getTraderSpotAskRate()
String getDefaultSpotBidMargin()
String getDefaultSpotAskMargin()
String getProfitCurrency()
String getProfitCurrencyDPS()
String getProfitBidRate()
String getProfitAskRate()
Copyright © 2015 Caplin Systems.