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

Enhancement - Add to items in enum DynamicFieldSet.cs #140

Open SuperDaveOsbourne opened 2 years ago

SuperDaveOsbourne commented 2 years ago

Add

        [FieldsetDescription("SIC", typeof(double))]
        SIC,

        [FieldsetDescription("NAICS", typeof(double))]
        NAICS,

As standard fields in IQFeed.CSharpApiClient.Streaming.Level1 DynamicFieldset enums

mathpaquette commented 2 years ago

sure. @SuperDaveOsbourne could you please raise a PR for it ? thanks