paygreenjs
    Preparing search index...

    Interface InstrumentType

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

    Properties

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