Order book and trade history functions
- Added
order_historyandget_orderbooktoSteemEngineTokenfor getting both historic, and currently open trades. - Created new data objects
SETradeandSEOrderto represent the data returned by get_orderbook and order_history ObjBasenow aliases__repr__()to__str__()for child classes.- Updated documentation to show the new methods and objects.