oanda / v20-python

OANDA v20 bindings for Python
MIT License
225 stars 91 forks source link

Reserved words #10

Closed alekna closed 8 years ago

alekna commented 8 years ago

How I'm supposed to set from parameter in instrument.candles()? It's a reserved word in Python

dmpettyp commented 8 years ago

You'll notice that "from" and "to" in the rest spec are "fromTime" and "toTime" in the python library:

https://github.com/oanda/v20-python/blob/master/src/v20/instrument.py#L200