ccxws
Version:
Websocket client for 37 cryptocurrency exchanges
14 lines • 408 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Level2Point = void 0;
class Level2Point {
constructor(price, size, count, meta, timestamp) {
this.price = price;
this.size = size;
this.count = count;
this.meta = meta;
this.timestamp = timestamp;
}
}
exports.Level2Point = Level2Point;
//# sourceMappingURL=Level2Point.js.map
;