UNPKG

@stoqey/ib

Version:

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

6 lines (5 loc) 93 B
export interface Account { acct?: string; amount?: string; } export default Account;