aurbano/robinhood-node

unable to place orders during extended hours

Open

#84 建立於 2018年9月19日

在 GitHub 查看
 (1 留言) (1 反應) (0 負責人)JavaScript (215 fork)batch import
help wanted

倉庫指標

Star
 (696 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

https://github.com/sanko/Robinhood/blob/master/Order.md

for pre-market and after hours, orders must include extended_hours: true or they will show up as "Queued" instead of "Placed"

one way to handle this is to always include that key pair for all orders. another way to handle this is to use Object.assign (or object spread .. compatibility?) to include all passed in key pairs to Robinhood.place_buy_order(options) in the form data when making the request...

https://github.com/aurbano/robinhood-node/blob/master/src/robinhood.js#L313

貢獻者指南