amittleider / AutoFinance.Broker

A Dotnet Core library to interact with Interactive Broker's Trader Workstation (IB TWS)
32 stars 16 forks source link

can't request streaming market data #37

Closed Neznakomec closed 2 years ago

Neznakomec commented 2 years ago

Changed logic of work with market data. User have to cancel on it's own streaming market data request (snapshot=false), but can receive market ticks as much time as he/she needs. User may cancel snapshot market data request (snapshot=true), or wait 11 seconds while snapshot request automatically close in TWS API.

Neznakomec commented 2 years ago

@amittleider I'm sorry, please tell me what I should do to merge this pull request?