UNPKG

@glue42/bbg-market-data

Version:

A high-level API that wraps existing Glue42 Bloomberg Bridge Market Data interop methods. The API is based on the jBloomberg open source wrapper.

13 lines 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BloombergSession = void 0; class BloombergSession { constructor(name, lifetime, options, identityOptions) { this.name = name; this.lifetime = lifetime; this.options = options; this.identityOptions = identityOptions; } } exports.BloombergSession = BloombergSession; //# sourceMappingURL=bloomberg-session.js.map