UNPKG

notbank

Version:
8 lines (7 loc) 235 B
import { InstrumentLimits } from "./instrumentVerificationLevelConfig.js"; export interface InstrumentVerificationLevelConfig { Level: number; LevelName: string | null; OMSId: number; Instruments: InstrumentLimits[]; }