@stoqey/ib
Version:
Interactive Brokers TWS/IB Gateway API client library for Node.js (TS)
9 lines • 694 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ScanCode = exports.LocationCode = exports.Instrument = void 0;
// for backward compatibility. Type moved to `api`
var market_scanner_1 = require("../../api/market-scanner/market-scanner");
Object.defineProperty(exports, "Instrument", { enumerable: true, get: function () { return market_scanner_1.Instrument; } });
Object.defineProperty(exports, "LocationCode", { enumerable: true, get: function () { return market_scanner_1.LocationCode; } });
Object.defineProperty(exports, "ScanCode", { enumerable: true, get: function () { return market_scanner_1.ScanCode; } });
//# sourceMappingURL=market-scanner.js.map