Skip to content

Conversation

@irene-displayr
Copy link

I've got an Exception when tried to use BybitMarketDataService without specifying url.

If you look at the ctor from BybitMarketDataService you will notice that you set URL to default null in the ctor. That means that this "null" value will be passed all the way through to the BybitService, so your default value won't work.

KuboOrk and others added 5 commits December 28, 2023 16:21
…mp-type

fixed type of timestamp parameter
fix asset withdraw timestamp issue
I've got an Exception when tried to use BybitMarketDataService without specifying url. 

If you look at the ctor from BybitMarketDataService you will notice that you set URL to default null in the ctor. That means that this "null" value will be passed all the way through to the  BybitService, so your default value won't work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants