xtb-api-unofficial - v0.1.0
    Preparing search index...

    Interface IXs6AuthAccount

    Account information for authentication.

    Used in trade events to specify which account to execute the trade on.

    interface IXs6AuthAccount {
        currency: string;
        number: number;
        server: string;
    }
    Index

    Properties

    currency: string

    Account base currency

    number: number

    Account number

    server: string

    Server endpoint (e.g., 'meta1')