{ "opencollection": "1.0.0", "info": { "name": "Bloomberg BLPAPI Core Field Discovery VWAP API", "version": "1.6" }, "items": [ { "info": { "name": "VWAP", "type": "folder" }, "items": [ { "info": { "name": "Subscribe to a Custom Vwap Stream With Override Field/value Pairings.", "type": "http" }, "http": { "method": "POST", "url": "tcp://localhost:8194/mktvwap/subscribe", "body": { "type": "json", "data": "{}" } }, "docs": "Models `Session.subscribe(SubscriptionList)` against the `//blp/mktvwap` service\nfor a custom Volume-Weighted Average Price stream. Override field/value pairings\n(e.g. start/end time, market session, calculation method) are passed via the\nsubscription `options` map and shape how VWAP is computed and updated.\n" } ] } ], "bundled": true }