UNPKG

@stoqey/ib

Version:

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

7 lines (6 loc) 146 B
export interface HistoricalSession { startDateTime: string; endDateTime: string; refDate: string; } export default HistoricalSession;