UNPKG

@stoqey/ib

Version:

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

8 lines (7 loc) 131 B
/** * Type describing ineligibility reasons */ export interface IneligibilityReason { id: string; description: string; }