AboutSupportDeveloper GuideVersion 38.126.83.74
interface InstrumentList {
    id?: {
        [key: string]: string;
    };
    instruments: OpenFin.FDC3.v1_2.Instrument[];
    name?: string;
    type: string;
}

Properties

id?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
instruments: OpenFin.FDC3.v1_2.Instrument[]
name?: string
type: string