Longbridge OpenAPI SDK
    Preparing search index...

    Interface ProfitSummaryInfo

    P&L summary for one asset category

    interface ProfitSummaryInfo {
        assetType: AssetType;
        profitMax: string;
        profitMaxName: string;
        lossMax: string;
        lossMaxName: string;
    }
    Index

    Properties

    assetType: AssetType

    Asset type

    profitMax: string

    Security with the maximum profit

    profitMaxName: string

    Name of the max-profit security

    lossMax: string

    Security with the maximum loss

    lossMaxName: string

    Name of the max-loss security