UNPKG

@stoqey/ib

Version:

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

11 lines (10 loc) 168 B
/** * Order action. */ export declare enum OrderAction { BUY = "BUY", SELL = "SELL", SSHORT = "SSHORT", SLONG = "SLONG" } export default OrderAction;