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.

5 lines (4 loc) 129 B
/** * Represents the result from a `UserEntitlementsRequest`. */ export declare type UserEntitlementsData = Array<number>;