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) 232 B
import { RequestType } from './core/request-types'; export interface RequestConfig { operation: string | undefined; service: string; } export declare function getRequestConfig(requestType: RequestType): RequestConfig;