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.

6 lines (5 loc) 171 B
import { SecurityData } from '../../core/types'; /** * Represents the result from a `ReferenceData` request. */ export declare type ReferenceData = SecurityData[];