UNPKG

@stoqey/ib

Version:

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

11 lines (10 loc) 164 B
/** * Option types. */ export declare enum OptionType { /** Put option. */ Put = "P", /** Call option. */ Call = "C" } export default OptionType;