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

    Interface XTBClientConfig

    interface XTBClientConfig {
        auth?: WSAuthOptions;
        browser?: BrowserClientConfig;
        mode: ClientMode;
        websocket?: WSClientConfig;
    }
    Index

    Properties

    Authentication options for WebSocket mode

    websocket?: WSClientConfig