hootnot / oanda-api-v20

OANDA REST-V20 API wrapper. Easy access to OANDA's REST v20 API with oandapyV20 package. Checkout the Jupyter notebooks!
MIT License
398 stars 107 forks source link

Fixed TradesList.params bug #70

Closed mirac7 closed 7 years ago

mirac7 commented 7 years ago

Fixes a bug in trades.TradesList class where params argument of __init__ class wasn't getting assigned.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 49a95c7024c1b58a85dc90da358dd2a818a23b31 on mirac7:patch-1 into on hootnot:master.

hootnot commented 7 years ago

Thx! closes #69