The variant (child strategy) GUID filter used in the request (0 = all variants)
Grace period in seconds before a variant position drift is considered confirmed
Per-variant aggregated position sync counts across all symbols held by each child strategy
Per-symbol position sync detail rows for the variant_guid specified in the request. Empty when no variant_guid filter is provided.
{ "FamilyGuid": 0, "VariantGuid": 0, "WhiteLabelSiteId": 0, "WhiteLabelSiteName": "string", "Ok": "string", "DriftGraceSecs": 0, "Summary": { "VariantRows": 0, "ActiveExceptionCount": 0, "VariantsWithInSync": 0, "VariantsWithDriftConfirmed": 0, "VariantsWithDrift": 0, "VariantsWithError": 0, "VariantsWithPaused": 0, "VariantsWithBlocked": 0, "VariantsWithBreaker": 0, "VariantsWithMarketClosed": 0 }, "ExceptionSummary": { "Total": 0, "UniqueVariants": 0, "UniqueFamilies": 0, "LatestLastSeenWhen": 0, "SeverityCounts": { "property1": 0, "property2": 0 }, "CodeCounts": { "property1": 0, "property2": 0 } }, "SyncSummary": [ { "VariantGuid": 0, "FamilyGuid": 0, "ChildSystemId": 0, "VariantLabel": "string", "LastUpdateWhen": 0, "LastUpdateAgeSecs": 0, "DriftMaxAgeSecs": 0, "InSyncCount": 0, "DriftCount": 0, "DriftConfirmedCount": 0, "DriftPendingCount": 0, "ErrorCount": 0, "PausedCount": 0, "BlockedCount": 0, "BreakerCount": 0, "MarketClosedCount": 0 } ], "SyncDetails": [ { "VariantGuid": 0, "FamilyGuid": 0, "ChildSystemId": 0, "VariantLabel": "string", "Symbol": "string", "TypeOfSymbol": "string", "SyncState": "string", "ExpectedQty": 0.1, "ActualQty": 0.1, "DriftQty": 0.1, "LastUpdateWhen": 0, "LastUpdateAgeSecs": 0 } ], "Exceptions": [ { "Guid": 0, "VariantGuid": 0, "FamilyGuid": 0, "VariantLabel": "string", "FamilyName": "string", "Severity": "string", "Code": "string", "Message": "string", "FirstSeenWhen": 0, "LastSeenWhen": 0, "AckedWhen": 0, "AckedByPersonId": 0, "ClearedWhen": 0, "ContextJson": "string", "Context": { … } } ] }