Skip to main content

LiveDataInclude

Flags controlling which live data blocks to include (prices, greeks, pnl).

MemberValueDescription
None0Include nothing.
Prices1 << 0Include live price fields (bid/ask/last/mark etc).
Greeks1 << 1Include live greeks (delta/gamma/vega/theta etc).
PnL1 << 2Include live PnL (unrealized/realized, day PnL etc).
AllPrices | Greeks | PnLInclude all supported blocks.