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.

9 lines (8 loc) 248 B
export class BloombergSession { constructor(name, lifetime, options, identityOptions) { this.name = name; this.lifetime = lifetime; this.options = options; this.identityOptions = identityOptions; } }