msilb / scalanda

Scala/Akka wrapper for Oanda REST and Stream API
MIT License
14 stars 8 forks source link

Oanda ID's moving to 64 bit #3

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi,

Given the announcement to move ID's to 64 bit by Oanda - http://developer.oanda.com/rest-live/64-bit-transition/ does this have a knock on effect in that all relevant ID's now need to move from Int to Long in the response / request case classes?

Thanks

Mark

msilb commented 9 years ago

@fluxgain thanks for raising the issue. Indeed, the data type for all IDs has to be migrated from Int to Long. I'll look into it asap.

Thanks, Michael