-------
* feat(Instrument.trade_history): add new param: ``all_=False``
* feat(Instrument.client_type_history): new method
* feat(Instrument.on_date): new method returning an ``InstrumentOnDate`` object which has the following methods:
* ``closing_price``
* ``closing_price_history``
* ``states``
* ``client_types``
* ``holders``
* ``best_limits``
* ``trades``
* ``static_thresholds``
* ``data``