ex_bitmex v0.0.1 ExBitmex.Rest.Orders
Link to this section Summary
Link to this section Types
Link to this type
auth_error_reason()
auth_error_reason() :: ExBitmex.Rest.HTTPClient.auth_error_reason()
Link to this section Functions
Link to this function
amend(credentials, params)
amend(credentials(), params()) :: {:ok, order(), rate_limit()} | {:error, auth_error_reason(), rate_limit() | nil}
Link to this function
cancel(credentials, params)
cancel(credentials(), params()) :: {:ok, [order()], rate_limit()} | {:error, auth_error_reason(), rate_limit() | nil}
Link to this function
create(credentials, params)
create(credentials(), params()) :: {:ok, order(), rate_limit()} | {:error, auth_error_reason(), rate_limit() | nil}