ccxt-net / ccxt.net

CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
MIT License
196 stars 67 forks source link

Forking this project, I'm not seeing many objects that are part of the Nuget package #3

Closed rhartness closed 5 years ago

rhartness commented 5 years ago

I've written a simplistic trading tool using the Nuget package linked within this application. I need to make some minor additions for my own needs, so I forked and pulled down the project. I'm sure this isn't an exhausted list but I can't find project members like IPublicOrder or PublicTicker. Specifically, these are within the Poloniex library.

Is a part of this project source missing from this repo, that's built into the Nuget package?

lisa3907 commented 5 years ago

Poloniex's PublicOrder is CCXT.NET.Poloniex.Public.PTradeItem and PublickTicker is CCXT.NET.Poloniex.Public.PTickerItem.

rhartness commented 5 years ago

Thank you for responding. I'll update my code. Was this a code change that's not propagated to the nuget package? I'm curious why there's a difference. Again, thanks, especially for the quick response.

lisa3907 commented 5 years ago

I just uploaded it to Nuget.