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

get_quote(venue, stock, client)

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

list(venue, client)

Specs

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

orderbook(venue, stock, client)

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