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.

7 lines (6 loc) 129 B
/** * Represents the result from a `SnapshotRequest`. */ export declare type SnapshotData = { [key: string]: any; };