Longport OpenAPI SDK
    Preparing search index...

    Interface OptionVolumeStats

    Option volume stats response

    interface OptionVolumeStats {
        symbol: string;
        callVolume: number;
        putVolume: number;
    }
    Index
    symbol: string

    Security symbol

    callVolume: number

    Total call volume

    putVolume: number

    Total put volume