UNPKG

@stoqey/ib

Version:

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

14 lines 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FundAssetType = exports.FundDistributionPolicyIndicator = void 0; exports.FundDistributionPolicyIndicator = { None: "None", AccumulationFund: "N", IncomeFund: "Y", }; exports.FundAssetType = { None: "None", AccumulationFund: "N", IncomeFund: "Y", }; //# sourceMappingURL=fund.js.map