tai v0.0.14 Tai.VenueAdapters.Bitmex.CancelOrder

Link to this section Summary

Link to this section Types

Link to this type

credentials()
credentials() :: map()

Link to this type

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

Link to this type

venue_order_id()
venue_order_id() :: String.t()

Link to this section Functions

Link to this function

cancel_on_venue(credentials, params)

Link to this function

cancel_order(venue_order_id, credentials)
cancel_order(venue_order_id(), credentials()) ::
  {:ok, response()} | {:error, reason()}

Link to this function

to_venue_credentials(credentials)