tai v0.0.50 Tai.Trading.Orders.Cancel

Link to this section Summary

Link to this section Types

Link to this type

error_reason()

error_reason() ::
  {:invalid_status, was :: status(), status_required(), action()}
Link to this type

response()

response() :: {:ok, updated :: order()} | {:error, error_reason()}
Link to this type

status_required()

status_required() :: status() | [status()]

Link to this section Functions

Link to this function

cancel(order, provider \\ Provider)

cancel(order(), module()) :: response()
Link to this function

send_to_venue(order)

See Tai.Venues.Client.cancel_order/1.