Marfusios / bitfinex-client-websocket

🛠️ C# client for Bitfinex & Ethfinex websocket API version 2.0
Apache License 2.0
55 stars 38 forks source link

Expose Symbol property on Ticker and Trade classes #39

Closed aquisio closed 3 years ago

aquisio commented 3 years ago

This is an excellent library. Thank you for creating it.

I have modified my local clone to expose a Symbol property on the Ticker and Trade classes, implemented exactly as you have done in Book and RawBook.

It would be great if this could be added to your codebase, so that I can go back to consuming it from the Nuget package.

Thanks again, Tim

Marfusios commented 3 years ago

Hello @aquisio ,

thanks, please create PR so we can merge it