Skip to content

IExchangeAPI doesn't contain some method that are in ExchangeAPI class #621

Closed
@bezysoftware

Description

@bezysoftware

Is there a reason for this? E.g. I was looking for a Withdraw method and only found it on the base class, but not the interface. Meaning after I do

ExchangeAPI.GetExchangeAPI("binance");

I then have to cast to (ExchangeAPI) because that method returns only the interface IExchangeAPI

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions