alpacahq / alpaca-ts

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

couple of fixes #53

Closed husayt closed 3 years ago

husayt commented 3 years ago

this fixes issue with return value for cancelling orders also refactors request method and adds a check if fetch is globally available, to use that

117 commented 3 years ago

.closePosition() is supposed to be returning an Order no?

husayt commented 3 years ago

oops.. I misread the documentation. 1 min. will fix that

husayt commented 3 years ago

Fix is in place. Thanks for pointing it out

117 commented 3 years ago

Gonna do some testing then push to NPM, great PR!