Current section

Files

Jump to
tai lib tai trading fill_or_kill_error.ex
Raw

lib/tai/trading/fill_or_kill_error.ex

defmodule Tai.Trading.FillOrKillError do
@moduledoc """
Returned when there is a problem creating fill or kill orders
"""
@enforce_keys [:reason]
defstruct [:reason]
end