UNPKG

@stoqey/ib

Version:

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

9 lines (8 loc) 164 B
/** * Order condition conjunction connections. */ export declare enum ConjunctionConnection { AND = "a", OR = "o" } export default ConjunctionConnection;