Bitstamp v0.2.0 Elixir.Bitstamp View Source

A Client for bitstamp

Link to this section Summary

Functions

Start the connection to

Examples

iex> Bitstamp.start_link(self(), %Bitstamp.Credentials{key: "xxxxx", secret: "xxxxx"})
{:ok, #PID<0.204.0>}

Link to this section Functions

Link to this function start_link(parent, credentials) View Source

Start the connection to

Examples

iex> Bitstamp.start_link(self(), %Bitstamp.Credentials{key: "xxxxx", secret: "xxxxx"})
{:ok, #PID<0.204.0>}