AboutSupportDeveloper GuideVersion 41.129.83.3
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;
}
instrument: InstrumentElement
name?: string
type: string