tai v0.0.13 Tai.VenueAdapters.Bitmex.AmendOrder
Link to this section Summary
Link to this section Types
Link to this type
attrs()
attrs()
attrs() :: Tai.Trading.Orders.Amend.attrs()
attrs() :: Tai.Trading.Orders.Amend.attrs()
Link to this type
credentials()
credentials()
credentials() :: map()
credentials() :: map()
Link to this type
error_reason()
error_reason()
error_reason() ::
:timeout | {:nonce_not_increasing, String.t()} | Tai.CredentialError.t()
error_reason() :: :timeout | {:nonce_not_increasing, String.t()} | Tai.CredentialError.t()
Link to this type
response()
response()
response() :: Tai.Trading.OrderResponses.Amend.t()
response() :: Tai.Trading.OrderResponses.Amend.t()
Link to this type
venue_order_id()
venue_order_id()
venue_order_id() :: String.t()
venue_order_id() :: String.t()
Link to this section Functions
Link to this function
amend_order(venue_order_id, attrs, credentials)
amend_order(venue_order_id, attrs, credentials)
amend_order(venue_order_id(), attrs(), credentials()) ::
{:ok, response()} | {:error, error_reason()}
amend_order(venue_order_id(), attrs(), credentials()) :: {:ok, response()} | {:error, error_reason()}
Link to this function