UNPKG

@stoqey/ib

Version:

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

9 lines (8 loc) 191 B
/** * Type describing the parameters of an order cancel */ export interface OrderCancel { manualOrderCancelTime?: string; extOperator?: string; manualOrderIndicator?: number; }