UNPKG

@stoqey/ib

Version:

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

11 lines (10 loc) 214 B
/** * Option exercise actions. */ export declare enum OptionExerciseAction { /** Exercise the option */ EXERCISE = 1, /** Let the option lapse. */ LAPSE = 2 } export default OptionExerciseAction;