@web-core/web-sdk
    Preparing search index...

    Interface ISettlementRepo

    interface ISettlementRepo {
        getSettlementAt(
            code: string,
            at: string,
            rc?: string[],
        ): Promise<SettlementResponse>;
        getSettlementRatioTopBottom(
            direction: Direction,
            period: SettlementPeriod,
            size: NumberRange<1, 50>,
            brokerType?: SettlementBrokerType,
        ): Promise<SettlementRatioTopBottomResponse>;
    }
    Index

    Methods

    • Parameters

      • code: string

        code

      • at: string

        at date format: yyyyMMdd

      • Optionalrc: string[]

        rc only return given broker information.

      Returns Promise<SettlementResponse>

      this service provides settlement values of symbols. You can obtain settlement info by providing symbol code or broker code and date.