Packages

A Elixir wrap for API of Acx.io exchange.

Current section

Files

Jump to
acx lib Acx order.ex
Raw

lib/Acx/order.ex

defmodule Acx.Order do
defstruct [
:side,
:volume,
:price,
:ord_type
]
end