Skip to main content

GetPositionSnapshotResult

Point-in-time snapshot of position data.

FieldTypeRequiredNullableDefaultDescription
PositionPricesLivePricesYesYesLive prices for the position. null when IncludePosition does not include Prices.
PositionGreeksLiveGreeksYesYesLive greeks for the position. null when IncludePosition does not include Greeks.
PositionPnLsLivePnLYesYesLive PnL for the position. null when IncludePosition does not include PnL.
LegPricesdict[int, LivePrices]YesYesPer-leg live prices keyed by live leg id. null when IncludeLegs does not include Prices.
LegGreeksdict[int, LiveGreeks]YesYesPer-leg live greeks keyed by live leg id. null when IncludeLegs does not include Greeks.
LegPnLsdict[int, LivePnL]YesYesPer-leg live PnL keyed by live leg id. null when IncludeLegs does not include PnL.
LegGroupPricesdict[int, LivePrices]YesYesPer-leg-group live prices keyed by leg group id. null when IncludeLegGroups does not include Prices.
LegGroupGreeksdict[int, LiveGreeks]YesYesPer-leg-group live greeks keyed by leg group id. null when IncludeLegGroups does not include Greeks.
LegGroupPnLsdict[int, LivePnL]YesYesPer-leg-group live PnL keyed by leg group id. null when IncludeLegGroups does not include PnL.