interface ITickerData {
    delta: number;
}

Properties

Properties

delta: number

Generated using TypeDoc