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

Adjusted regex so last comma is optional for interval bar messages #67

Closed summatix closed 4 years ago

summatix commented 4 years ago

According to IQFeed documentation there is no comma at the end of an interval bar message. I've experienced this myself running IQFeed and had issues with this library before making this change.

mathpaquette commented 4 years ago

could you please add a unit test ?

mathpaquette commented 4 years ago

@summatix Robert, could you please add unit test with this change?