UNPKG

@stoqey/ib

Version:

Interactive Brokers TWS/IB Gateway API client library for Node.js (TS)

13 lines 493 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConjunctionConnection = void 0; /** * Order condition conjunction connections. */ var ConjunctionConnection; (function (ConjunctionConnection) { ConjunctionConnection["AND"] = "a"; ConjunctionConnection["OR"] = "o"; })(ConjunctionConnection || (exports.ConjunctionConnection = ConjunctionConnection = {})); exports.default = ConjunctionConnection; //# sourceMappingURL=conjunction-connection.js.map