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.

10 lines (9 loc) 189 B
/** * Arguments object for a `SnapshotRequest`. */ export interface SnapshotRequestArguments { /** * Security for which to request data. */ security: string; }