@ckir/corelib-markets - v0.1.13
    Preparing search index...

    Interface MarketSymbolRow

    interface MarketSymbolRow {
        active: boolean;
        class: string;
        name: string;
        symbol: string;
        ts: number;
        type: "rt" | "eod";
    }
    Index

    Properties

    active: boolean
    class: string
    name: string
    symbol: string
    ts: number
    type: "rt" | "eod"