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

feat(lookup): added a shared interface between all messages #21

Closed Nucs closed 6 years ago

Nucs commented 6 years ago

It is only right to add a shared interface between all messages. This will make it more perceptible when having a list or queue of messages.

mathpaquette commented 6 years ago

interface segregation principle :)