mathpaquette / IQFeed.CSharpApiClient

IQFeed.CSharpApiClient is fastest and the most well-designed C# DTN IQFeed socket API connector available
MIT License
120 stars 43 forks source link

Fixed PriceLevelDeleteMessage Side property is not initialized #162

Open amibar opened 8 months ago

amibar commented 8 months ago

Hi,

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

Ami