UNPKG

@stoqey/ib

Version:

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

7 lines (6 loc) 181 B
/** An IBKR account id. */ export type AccountId = string; /** An IBKR contract id (conId) */ export type ConId = string; /** A currency code. */ export type CurrencyCode = string;