Interface InstrumentType

interface InstrumentType {
    authentication: AuthenticationType;
    id: string;
    platform: string;
    type: string;
}

Properties

authentication: AuthenticationType
id: string
platform: string
type: string

Generated using TypeDoc