Packages

A Elixir wrap for API of Acx.io exchange.

Current section

Files

Jump to
acx lib Acx ticker.ex
Raw

lib/Acx/ticker.ex

defmodule Acx.Ticker do
defstruct [
:timestamp,
:buy,
:low,
:sell,
:high,
:last,
:volume
]
end