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) 446 B
import { Glue42Core } from "@glue42/core"; import { BBGMarketDataAPI, BBGMarketDataConfig } from "./bbg-market-data-api"; /** * A factory function the creates a new **BBG Market Data** API instance. * @param interop - Interop instance to connect the library to the Bloomberg bridge. * @param config - Library configuration. */ export default function (interop: Glue42Core.Interop.API, config?: BBGMarketDataConfig): BBGMarketDataAPI;