Stockastic v0.0.1 Stockastic.Stocks
Summary
Functions
Get a quick look at the most recent trade information for a stock
List the stocks available for trading on a venue
Get the orderbook for a particular stock
Functions
Specs
get_quote(binary, binary, Stockastic.Client.t) :: Stockastic.response
Get a quick look at the most recent trade information for a stock.
Example
Stockastic.Stocks.get_quote "OGEX", "FAC", client
More info at: https://starfighter.readme.io/docs/a-quote-for-a-stock
Specs
list(binary, Stockastic.Client.t) :: Stockastic.response
List the stocks available for trading on a venue
Example
Stockastic.Stocks.list "OGEX", client
More info at: https://starfighter.readme.io/docs/list-stocks-on-venue
Specs
orderbook(binary, binary, Stockastic.Client.t) :: Stockastic.response
Get the orderbook for a particular stock
Example
Stockastic.Stocks.orderbook "OGEX", "FAC", client
More info at: https://starfighter.readme.io/docs/get-orderbook-for-stock