lbilli / Jib.jl

A Julia implementation of Interactive Brokers API
MIT License
62 stars 14 forks source link

Make default wrapper methods print their name. #14

Closed dominiccooney closed 3 years ago

dominiccooney commented 3 years ago

The default method stub doesn't print its name, which makes it hard to know which messages are being handled by the default stub because they all print default implementation. This adds the field name to the message, for example, managedAccounts default implementation.

lbilli commented 3 years ago

Thanks for the PR. However, I was just refactoring Wrapper in f89ae32981d111bee84729360b5a63ea0fe7e945 and the new layout should also address the issue raised by this PR.