Added
- OrderDetails object to encapsulate order-specific details
Changed
- Internal changes and refactors to the orders model
- Re-architecture of the API _modus operandi_. Details in the README.md file.
- Moved the remote-fetching of objects (e.g. Order, TradingAccount) to their relevant object models.
Removed
- Trimmed down remote-fetching of objects from the TastyAPISession object, it is now a much more
light-weight object.