Skip to main content

LivePnL

Live profit-and-loss snapshot (realized + running/unrealized) with quote ages.

FieldTypeRequiredNullableDefaultDescription
SnapshotTimedatetimeNoYesUTC time when this snapshot was evaluated on the server.
RealizedDecimalNoYesRealized PnL component (total PnL = realized + running).
BidDecimalNoYesRunning/unrealized PnL computed using bid quotes. null when not available or not requested.
AskDecimalNoYesRunning/unrealized PnL computed using ask quotes. null when not available or not requested.
LastDecimalNoYesRunning/unrealized PnL computed using last quotes. null when not available or not requested.
MarkDecimalNoYesRunning/unrealized PnL computed using mark quotes (MarkPreferred). null when not available or not requested.
BidAgeMsintNoYesAge in milliseconds of the quote data used to compute Bid at SnapshotTime. null when Bid is null.
AskAgeMsintNoYesAge in milliseconds of the quote data used to compute Ask at SnapshotTime. null when Ask is null.
LastAgeMsintNoYesAge in milliseconds of the quote data used to compute Last at SnapshotTime. null when Last is null.
MarkAgeMsintNoYesAge in milliseconds of the quote data used to compute Mark at SnapshotTime. null when Mark is null.