Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IEX #175

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

IEX #175

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make travis like the IEX build
travis didn't like `try( getQuote.IEX( 'vxx' ) )`. Can't test this locally so just trying to `source` the definition of `getQuote.IEX` in there…
  • Loading branch information
isomorphisms authored Jun 21, 2017
commit b3ba61cb818a79d628989857faa2286518d9caa8
1 change: 1 addition & 0 deletions tests/tests.R
Original file line number Diff line number Diff line change
@@ -33,6 +33,7 @@ options(warn = op.warn)


#IEX tests
source('getQuote.R')
structure(list(symbol = c("VXX", "SNAP"), price = c(12.785, 17.27),
size = c(100L, 200L), time = c(1498075199.954, 1498075184.411),
.Names = c("symbol", "price", "size", "time"),