UNPKG

@stoqey/ib

Version:

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

30 lines 999 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MarketValueTag = void 0; exports.MarketValueTag = { AccountOrGroup: "AccountOrGroup", RealCurrency: "RealCurrency", IssuerOptionValue: "IssuerOption", NetLiquidationByCurrency: "Net Liq", CashBalance: "CashBalance", Cryptocurrency: "Cryptocurrency", TotalCashBalance: "TotalCashBalance", AccruedCash: "AccruedCash", StockMarketValue: "Stocks", OptionMarketValue: "Options", FutureOptionValue: "Futures", FuturesPNL: "FuturesPNL", UnrealizedPnL: "UnrealizedPnL", RealizedPnL: "RealizedPnL", ExchangeRate: "ExchangeRate", FundValue: "Fund", NetDividend: "NetDividend", MutualFundValue: "MutualFund", MoneyMarketFundValue: "MoneyMarketFund", CorporateBondValue: "CorporateBond", TBondValue: "TBond", TBillValue: "TBill", WarrantValue: "Warrant", FxCashBalance: "FxCashBalance", }; //# sourceMappingURL=market-value.js.map