Market_Delay explanation required

2 posts / 0 new
Last post
nloup
Market_Delay explanation required

Hi,

I'm creating an application that uses the streaming API to get detailed information about market prices.

What I would like to know is how can I determine what the 'age' of the received prices are? Can the field 'MARKET_DELAY' be used for this?

Can you provide a description for the field 'MARKET_DELAY'?

Second question on this matter. Do I understand correctly that the field 'UPDATE_TIME' is the time of your server when the market price is sent to the connected peers?

Niels

Chris
Re: Market_Delay explanation required

Hi Niels

'MARKET_DELAY' will indicate whether a price feed is delayed. For example, on our web platform you can have 15-min delayed equity feeds. 'MARKET_DELAY' will either be 1 (true) or 0 (false) depending on whether the prices are delayed or not.

'UPDATE_TIME' is the time (UTC) that the price is published server-side.

Hope that helps!

Chris

Log in or register to post comments