AboutSupportDeveloper GuideVersion 38.126.82.61
interface Instrument {
    id: StickyID;
    market?: FluffyMarket;
    name?: string;
    type: string;
    [property: string]: any;
}

Indexable

[property: string]: any

Properties

Properties

market?: FluffyMarket
name?: string
type: string