LiveDataInclude
Flags controlling which live data blocks to include (prices, greeks, pnl).
| Member | Value | Description |
|---|---|---|
None | 0 | Include nothing. |
Prices | 1 << 0 | Include live price fields (bid/ask/last/mark etc). |
Greeks | 1 << 1 | Include live greeks (delta/gamma/vega/theta etc). |
PnL | 1 << 2 | Include live PnL (unrealized/realized, day PnL etc). |
All | Prices | Greeks | PnL | Include all supported blocks. |