John Thomas

Results 3 issues of John Thomas

The [documentation here](https://alpaca.markets/docs/api-documentation/api-v2/streaming/#order-updates) seems to indicate that you can receive order/trade updates via websockets, however it doesn't look like the[ current websockets v2 client ](https://github.com/alpacahq/alpaca-trade-api-js/blob/master/lib/resources/datav2/websockets_v2.js)supports those events. Am I missing...

How do you feel about supporting serialization of Auth tokens? I typically create api's that use the jsonapi.org spec (using active_model_serializers) and would like the entire app to use the...

This has been ported over from https://github.com/jruby/jruby/issues/4238 ##bench.rb ```ruby require 'jruby/profiler' require 'openssl' ENV['SSL_CERT_FILE'] = '/etc/pki/tls/certs/ca-bundle.crt' puts `ruby -v` puts `java -version` puts `gem list | grep jruby-openssl` puts `stat...