Longbridge OpenAPI SDK
    Preparing search index...

    Interface USAssetOverview

    US account asset snapshot

    interface USAssetOverview {
        accountType: string;
        assetTimestamp: number;
        cashBuyPower: string;
        overnightBuyPower: string;
        currency: string;
        cashList: USCashEntry[];
        stockList: USStockEntry[];
        optionList: any[];
        cryptoList: USCryptoEntry[];
        multiLeg: any;
    }
    Index
    accountType: string
    assetTimestamp: number
    cashBuyPower: string
    overnightBuyPower: string
    currency: string
    cashList: USCashEntry[]
    stockList: USStockEntry[]
    optionList: any[]
    cryptoList: USCryptoEntry[]
    multiLeg: any