UNPKG

@stoqey/ib

Version:

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

12 lines (11 loc) 289 B
import OrderCondition from "./order-condition"; /** * TODO document */ export interface OperatorCondition extends OrderCondition { /** TODO document */ isMore: boolean; /** Value as string representation. */ readonly strValue: string; } export default OperatorCondition;