PriceResponse
Public contract providing the latest price information upon a request.
-
Name |
Type |
Description |
AssetType
|
AssetType |
Asset Type of the instrument
|
Commissions
|
Commissions |
The commissions
|
DisplayAndFormat
|
InstrumentDisplayAndFormat |
Information about the instrument of the net position and how to display it.
|
Greeks
|
Greeks |
Greeks - only available for options
|
HistoricalChanges
|
HistoricalChanges |
The historical price changes
|
InstrumentPriceDetails
|
InstrumentPriceDetails |
Instrument Specific Price Details. Contents vary by AssetType
|
LastUpdated
|
UtcDateTime |
Time of last price update
|
MarginImpactBuySell
|
MarginImpactBuySell |
The margin impact with currency and values for both buy and sell.
|
MarketDepth
|
MarketDepth |
The market depth
|
PriceInfo
|
PriceInfo |
Brief price information.
|
PriceInfoDetails
|
PriceInfoDetails |
Detailed price information
|
PriceSource
|
String |
The source for the price information
|
Quote
|
TradableQuote |
The quote data.
|
Timestamps
|
PriceTimestamps |
Info about timing of prices, asset type specific.
|
Uic
|
Int |
Uic of instrument
|
Example
{
"AssetType": "FxSpot",
"DisplayAndFormat": {
"Currency": "AUD",
"Decimals": 4,
"Description": "British Pound/Australian Dollar",
"Format": "AllowDecimalPips",
"StrikeDecimals": 4,
"StrikeFormat": "Normal",
"Symbol": "GBPAUD"
},
"HistoricalChanges": {
"PercentChange1Month": 5.57,
"PercentChange2Months": 5.83,
"PercentChange3Months": 3.73,
"PercentChange6Months": 6.49,
"PercentChangeDaily": 0.2,
"PercentChangeWeekly": 0.88
},
"InHouseQuote": {
"Ask": 0.02257,
"AskSize": 1000000.0,
"Bid": 0.01962,
"BidSize": 1000000.0,
"PriceSource": "SaxoBank",
"PriceTypeAsk": "Tradable",
"PriceTypeBid": "Tradable"
},
"InstrumentPriceDetails": {
"AverageVolume": 12345000.0,
"Barrier": 1.0,
"ExpiryDate": "2017-06-01",
"IsMarketOpen": true,
"LowerBarrier": -2.0,
"MidForwardPrice": 1.71992423552514,
"ShortTradeDisabled": false,
"SpotAsk": 1.71782,
"SpotBid": 1.71692,
"SpotDate": "2017-06-03",
"SpreadStrikePriceLower": 11.0,
"SpreadStrikePriceUpper": 12.0,
"StrikePrice": 1.7175,
"UpperBarrier": 4.0,
"ValueDate": "2017-06-05"
},
"LastUpdated": "2017-05-01T00:00:00Z",
"Quote": {
"Amount": 100000,
"Ask": 0.02257,
"Bid": 0.01962,
"DelayedByMinutes": 15,
"ErrorCode": "None",
"Mid": 0.0210958157864443,
"PriceTypeAsk": "Indicative",
"PriceTypeBid": "Indicative",
"RFQState": "None"
},
"Uic": 22
}