alpacahq / alpaca-ts

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
ISC License
156 stars 42 forks source link

fix: correct `both` with `all` adjustment param #86

Closed hkang1 closed 2 years ago

hkang1 commented 2 years ago

Hey sorry, for whatever reason one of the params actually didn't work or is outdated. both should actually be all. Tried all 4 param types of all, split, dividend and raw and confirmed that they all work.

117 commented 2 years ago

Haha, all good. I looked as well and didn't catch the difference.

117 commented 2 years ago

Version 6.3.9 has this fix. Hopefully that's the end of it 😆.