UNPKG

@stoqey/ib

Version:

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

10 lines (9 loc) 162 B
/** * Type describing the liquidity type of an execution */ export declare enum Liquidities { None = 0, Added = 1, Removed = 2, RoudedOut = 3 }