- OandaClient.datetime_format is read only - OandaClient._instruments is no longer a protected attribute. It is now OandaClient.instruments
5.0.0b0
=======
- DateTime's create pandas.Timestamp's - Model.dict argument `datetime` is now `datetime_format`. Argument behaviour now specifies the representation of times. Either `RFC3339` or `UNIX`. Corresponding `json` argument changes the representation of UNIX times to either a `str` or `numpy.int64` - *Response* .json() accepts `datetime_format` argument string
4.0.0b0
=======
- Changed get_positions to get_position (as method can only close one position) - _in_context accepts negative units
3.0.0b0
=======
- Array.get_instrument() works with ArrayInstrument - OandaClient.initialize() gets account instruments - OandaClient has `format_order_request` attribute - async_v20.definitions.primitives.Unit has been removed - PriceValue and Decimal number has additional method `format(precision, min_, max_)`
2.3.0b0
=======
- Updated limit_replace_order() method to expose all arguments - TransactionID, TradeID & OrderID get stored as integers and cast to strings when creating JSON representations - Added documentation for order API methods