xapi-node
Advanced tools
Comparing version 2.6.2 to 2.7.0
import { XAPI, XAPIConfig } from './core/XAPI'; | ||
import { XAPI as XAPIv2 } from './v2/core/XAPI'; | ||
export { XAPIv2 }; | ||
import { CALENDAR_RECORD, CHART_LAST_INFO_RECORD, CHART_RANGE_INFO_RECORD, IB_RECORD, NEWS_TOPIC_RECORD, QUOTES_RECORD, RATE_INFO_RECORD, STEP_RECORD, STEP_RULE_RECORD, STREAMING_BALANCE_RECORD, STREAMING_CANDLE_RECORD, STREAMING_KEEP_ALIVE_RECORD, STREAMING_NEWS_RECORD, STREAMING_PROFIT_RECORD, STREAMING_TICK_RECORD, STREAMING_TRADE_RECORD, STREAMING_TRADE_STATUS_RECORD, SYMBOL_RECORD, TICK_RECORD, TRADE_RECORD, TRADE_TRANS_INFO, TRADING_HOURS_RECORD, TRADING_RECORD } from './interface/Definitions'; | ||
@@ -3,0 +5,0 @@ import { Candle, CHART_RATE_LIMIT_BY_PERIOD, CMD_FIELD, ConnectionStatus, DAY_FIELD, errorCode, PERIOD_FIELD, REQUEST_STATUS_FIELD, STATE_FIELD, TYPE_FIELD } from './enum/Enum'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getProfit = exports.getContractValue = exports.TradeRecord = exports.PendingOrder = exports.OpenPosition = exports.ListenerChild = exports.Timer = exports.Time = exports.parseJsonLogin = exports.errorCode = exports.Candle = exports.ConnectionStatus = exports.CHART_RATE_LIMIT_BY_PERIOD = exports.REQUEST_STATUS_FIELD = exports.STATE_FIELD = exports.TYPE_FIELD = exports.PERIOD_FIELD = exports.DAY_FIELD = exports.CMD_FIELD = void 0; | ||
exports.getProfit = exports.getContractValue = exports.TradeRecord = exports.PendingOrder = exports.OpenPosition = exports.ListenerChild = exports.Timer = exports.Time = exports.parseJsonLogin = exports.errorCode = exports.Candle = exports.ConnectionStatus = exports.CHART_RATE_LIMIT_BY_PERIOD = exports.REQUEST_STATUS_FIELD = exports.STATE_FIELD = exports.TYPE_FIELD = exports.PERIOD_FIELD = exports.DAY_FIELD = exports.CMD_FIELD = exports.XAPIv2 = void 0; | ||
const XAPI_1 = require("./core/XAPI"); | ||
const XAPI_2 = require("./v2/core/XAPI"); | ||
Object.defineProperty(exports, "XAPIv2", { enumerable: true, get: function () { return XAPI_2.XAPI; } }); | ||
const Enum_1 = require("./enum/Enum"); | ||
@@ -6,0 +8,0 @@ Object.defineProperty(exports, "Candle", { enumerable: true, get: function () { return Enum_1.Candle; } }); |
{ | ||
"name": "xapi-node", | ||
"version": "2.6.2", | ||
"version": "2.7.0", | ||
"description": "This project makes it possible to get data from Forex market, execute market or limit order with NodeJS/JS through WebSocket connection", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
404804
174
6221
2
1