pilwon / node-ib

Interactive Brokers TWS API client library for Node.js
380 stars 133 forks source link

historicalTickBidAskData: fix parameter order for priceAsk and sizeBid #133

Closed jfyuen closed 6 years ago

jfyuen commented 6 years ago

This PR fixes a bug in the parameter order for historicalTickBidAskData that swapped the values of priceAsk and sizeBid.

pilwon commented 6 years ago

Thanks-