tai v0.0.14 Tai.VenueAdapters.Bitmex.CreateOrder

Create orders for the Bitmex adapter

Link to this section Summary

Link to this section Types

Link to this type

credentials()
credentials() :: Tai.Venues.Adapter.credentials()

Link to this type

reason()
reason() ::
  :timeout
  | :overloaded
  | :insufficient_balance
  | {:nonce_not_increasing, msg :: String.t()}
  | {:unhandled, term()}

Link to this section Functions

Link to this function

create_on_venue(credentials, params)

Link to this function

create_order(order, credentials)
create_order(order(), credentials()) :: {:ok, response()} | {:error, reason()}

Link to this function

to_venue_credentials(credentials)