UNPKG

@stoqey/ib

Version:

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

7 lines (6 loc) 151 B
import { Contract, Execution } from "../.."; export interface ExecutionDetail { reqId: number; contract: Contract; execution: Execution; }