Commit Graph

5 Commits

Author SHA1 Message Date
Michael Handschuh d709d1c4e0 Update Common to respect CA1304 and CA1305
Updates all occurrences of parsing/ToString-ing to go through the new
StringExtensions methods that use CultureInfo.InvariantCulture

See #3045
2019-09-12 14:13:24 -04:00
Gerardo Salazar b1f50292ad Fix randomly failing RateGate and add unit tests 2019-09-03 08:56:00 -07:00
Stefano Raggi bb0e78715e Add rate limiting to 50 msg/second for IB subscribe/unsubscribe
When unsubscribing a large number of symbols (which can happen with wide option filters), this limit may be exceeded causing the following error:
Error code 100: Max rate of messages per second has been exceeded.
2017-05-12 22:29:04 +02:00
Michael Handschuh c27b1f86d3 Remove RateGate 2016-01-20 14:39:04 -05:00
Michael Handschuh 0593d755a0 Adds a RateGate to utility 2016-01-20 12:33:38 -05:00