UNPKG

okotoki

Version:
59 lines 2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BinaryMessageType = exports.Exchanges = void 0; const EXCHANGES = [ 'binance', 'binance-Ⓓ', 'binance-Ⓕ', 'bitfinex', 'bitfinex-Ⓓ', 'bitmex', 'bitstamp', 'bybit', 'bybit-Ⓓ', 'bybit-Ⓢ', 'coinbase', 'deribit', 'huobi', 'huobi-Ⓕ', 'huobi-Ⓓ', 'huobi-Ⓢ', 'kraken', 'okex', 'okex-Ⓕ', 'okex-Ⓓ' ]; var Exchanges; (function (Exchanges) { Exchanges["binance"] = "binance"; Exchanges["binanceD"] = "binance-\u24B9"; Exchanges["binanceF"] = "binance-\u24BB"; Exchanges["bitfinex"] = "bitfinex"; Exchanges["bitfinexD"] = "bitfinex-\u24B9"; Exchanges["bitmex"] = "bitmex"; Exchanges["bitstamp"] = "bitstamp"; Exchanges["bybit"] = "bybit"; Exchanges["bybitD"] = "bybit-\u24B9"; Exchanges["bybitS"] = "bybit-\u24C8"; Exchanges["coinbase"] = "coinbase"; Exchanges["deribit"] = "deribit"; Exchanges["huobi"] = "huobi"; Exchanges["huobiF"] = "huobi-\u24BB"; Exchanges["huobiD"] = "huobi-\u24B9"; Exchanges["huobiS"] = "huobi-\u24C8"; Exchanges["kraken"] = "kraken"; Exchanges["okex"] = "okex"; Exchanges["okexF"] = "okex-\u24BB"; Exchanges["okexD"] = "okex-\u24B9"; })(Exchanges || (exports.Exchanges = Exchanges = {})); var BinaryMessageType; (function (BinaryMessageType) { BinaryMessageType["Trade"] = "com.okotoki.model.Trade"; BinaryMessageType["Index"] = "com.okotoki.model.Index"; BinaryMessageType["Price"] = "com.okotoki.model.Price"; BinaryMessageType["TradeVolume"] = "com.okotoki.model.TradeVolume"; BinaryMessageType["BookChange"] = "com.okotoki.model.BookChange"; BinaryMessageType["LeveledTradeVolume"] = "com.okotoki.model.LeveledTradeVolume"; BinaryMessageType["Candle"] = "com.okotoki.model.Candle"; })(BinaryMessageType || (exports.BinaryMessageType = BinaryMessageType = {})); //# sourceMappingURL=types.js.map