UNPKG

@stoqey/ib

Version:

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

9 lines (8 loc) 178 B
/** * Allows to specify a price on an order's leg. */ export interface OrderComboLeg { /** The order's leg's price. */ price?: number; } export default OrderComboLeg;