Skip to content

Releases: intrinio/intrinio-realtime-csharp-sdk

Release 12.2.0

22 Nov 04:28
Compare
Choose a tag to compare

-Fix an issue with the realtime Greeks calculation

Release v12.1.2

28 Oct 15:42
Compare
Choose a tag to compare
version bump

Release 12.1.1

28 Oct 14:39
Compare
Choose a tag to compare
v12.1.1

version bump

Release 12.0.4

24 Oct 03:51
ad99c77
Compare
Choose a tag to compare

This version brings in three major updates.
-First is realtime greeks calculation. Use intrinio's Black-Scholes greek calculation or supply your own. Version 11's performance improvements and restructuring were required in order to facilitate this feature.
-Second is the local DataCache. This is an object that stores the most recent event of every type for a security and contract, as well as scalar values. You may decide to subscribe to when an event in the cache is updated. This allows greater context around the events as they occur.
-Third is the addition of the plugIn interface for the websocket clients. You still use the method delegates as normal, but if you have a class that implements the plugIn interface, you can supply it with others to the websocket at construction time and it will easily notify those classes as events occur as well, just like the method delegate. If you find yourself with a growing number of classes that need these updates, you may choose to implement the interface and pass it in instead of clouding up the main delegate.

Release 11.0.4

14 Oct 22:16
Compare
Choose a tag to compare

Updated Bid Candlestick handler.

Release 11.0.3

07 Oct 04:10
6d138bc
Compare
Choose a tag to compare

Version bump

Release 11.0.2

07 Oct 03:01
e75a6f4
Compare
Choose a tag to compare

Tick constructor update for replay client.

Release v11.0.1

03 Oct 04:23
Compare
Choose a tag to compare

-This release has breaking changes to namespaces. This version primarily merges in the Options realtime client to be under the same repository, so namespaces need to make sense.
-This version also has significant performance and memory usage enhancements for both equities and options clients.
-This version updates options trade conditions mappings in the readme.
-This version enhances the client-side statistics reporting of the SDK, so users may now tell if they're falling behind or not.
-This version drops a dependency on a 3rd party websocket implementation in favor of the native library.
-The source code in this version has changed from F# to C#.

Release 11.0

03 Oct 03:57
9a365a9
Compare
Choose a tag to compare

-This release has breaking changes to namespaces. This version primarily merges in the Options realtime client to be under the same repository, so namespaces need to make sense.
-This version also has significant performance and memory usage enhancements for both equities and options clients.
-This version updates options trade conditions mappings in the readme.
-This version enhances the client-side statistics reporting of the SDK, so users may now tell if they're falling behind or not.
-This version drops a dependency on a 3rd party websocket implementation in favor of the native library.
-The source code in this version has changed from F# to C#.

Release v10.0.0

11 Jul 22:41
dd0a478
Compare
Choose a tag to compare

-updated project to use dotnet 8 (from 6)
-update auth token every connect