panifie/PingPong.jl

Once again, missing keyword arguments in the function signature.

Closed this issue · 0 comments

julia> e = getexchange!(:okx)
Exchange: OKX | 1406 markets | 14 timeframes
julia> exs.check(e, type=:basic)
ERROR: MethodError: no method matching check(::ExchangeTypes.CcxtExchange{ExchangeID{:okx}}; type::Symbol)

Closest candidates are:
  check(::Exchange, ::Any) got unsupported keyword argument "type"
   @ Exchanges /opt/opensource/jl/PingPong.jl/Exchanges/src/constructors.jl:693
  check(::Exchange) got unsupported keyword argument "type"
   @ Exchanges /opt/opensource/jl/PingPong.jl/Exchanges/src/constructors.jl:693

Stacktrace:
 [1] top-level scope
   @ REPL[13]:1