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.

11 lines (10 loc) 332 B
var BloombergSession = (function () { function BloombergSession(name, lifetime, options, identityOptions) { this.name = name; this.lifetime = lifetime; this.options = options; this.identityOptions = identityOptions; } return BloombergSession; }()); export { BloombergSession };