Bits Bender

Results 4 issues of Bits Bender

Hi, This PR includes PR https://github.com/mathpaquette/IQFeed.CSharpApiClient/pull/162 I added an option to set the MaxPriceLevels retrieved when requesting level 2 market data by prices. It's a built in option in the...

Hi, Fixed the PriceLevelDeleteMessage ctor not copying the `side` parameter to the `Side` property Also added/updated tests. Ami

Hi, This PR intends to fix [Issue 992](https://github.com/real-logic/simple-binary-encoding/issues/992). The current generate ToString() implementation calls to `this.BuildString()` which change `this` state. ``` public override string ToString() { var sb = new...

The generated ToString() method of a message affects the state of the message. Since the debugger calls to ToString() to show its data in the watches, it messes up with...