AboutSupportDeveloper GuideVersion 38.126.83.74
interface Position {
    holding: number;
    id?: {
        [key: string]: any;
    };
    instrument: InstrumentElement;
    name?: string;
    type: string;
    [property: string]: any;
}

Indexable

[property: string]: any

Properties

holding: number
id?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
instrument: InstrumentElement
name?: string
type: string