tai v0.0.28 Tai.VenueAdapters.Bitmex.AmendOrder

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
  | {:nonce_not_increasing, msg :: String.t()}
  | {:unhandled, term()}

Link to this section Functions

Link to this function

amend_order(order, attrs, credentials)

amend_order(order(), attrs(), credentials()) ::
  {:ok, response()} | {:error, reason()}
Link to this function

send_to_venue(credentials, params)

See ExBitmex.Rest.Orders.amend/2.

Link to this function

to_venue_credentials(credentials)

See Tai.VenueAdapters.Bitmex.Credentials.from/1.