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

Support fractional shares for placeOrder #62

Closed kevindra closed 3 years ago

kevindra commented 3 years ago

Alpaca just released fraction shares support in their API!! Updating the library to support that feature. Let me know if I missed something. :)

117 commented 3 years ago

From what I can tell notional should be optional along with qty now since they both cannot exist together. Could you make this change?

kevindra commented 3 years ago

Ah okay. Yes let me make that change quickly.

kevindra commented 3 years ago

Done!

117 commented 3 years ago

Version 5.1.4-beta has your change included. Thanks for the PR!

husayt commented 3 years ago

This is cool. Thanks. Here is more info on the subject https://alpaca.markets/blog/fractional-trading/