MARKET DATA

Quotes

Bid, ask, indicative midpoint, spread, timestamps, and halt semantics.

#Field reference

FieldKindMeaning
bidSOURCE FIELDCurrent source bid
askSOURCE FIELDCurrent source ask
currencySOURCE FIELDQuote currency
isTradingHaltSOURCE FIELDMarket halt flag
generatedAtSOURCE FIELDUpstream generation time
midpointDERIVED FIELD(bid + ask) / 2
spreadBpsDERIVED FIELD(ask - bid) / midpoint Γ— 10,000

#Display rules

The midpoint is always labeled INDICATIVE. It is never labeled last, close, mark, or execution price. Missing numeric fields render an em dash.

#Engine rules

The engine requires finite positive midpoint data, rejects halted and stale quotes, and keeps source time separate from receipt time.

#Data source