interface DepthLevel {
    orders?: number;
    price: number;
    qty: number;
}

Properties

Properties

orders?: number
price: number
qty: number