{ "opencollection": "1.0.0", "info": { "name": "Bloomberg BLPAPI Core Field Discovery Real-Time Bars API", "version": "1.6" }, "items": [ { "info": { "name": "Real-Time Bars", "type": "folder" }, "items": [ { "info": { "name": "Subscribe to Interval-based Real-time Bars.", "type": "http" }, "http": { "method": "POST", "url": "tcp://localhost:8194/mktbar/subscribe", "body": { "type": "json", "data": "{}" } }, "docs": "Models `Session.subscribe(SubscriptionList)` against the `//blp/mktbar` service\nfor streaming OHLC bars at a configurable interval. Each topic in the\nSubscriptionList is tagged by a CorrelationID and produces SUBSCRIPTION_DATA\nevents containing bar messages until the subscription is cancelled.\n" } ] } ], "bundled": true }