tai v0.0.36 Tai.Trading.Orders
Link to this section Summary
Link to this section Types
Link to this type
amend_error_reason()
amend_error_reason() :: {:invalid_status, status_was(), status_required()}
Link to this type
amend_response()
amend_response() :: {:ok, updated :: order()} | {:error, amend_error_reason()}
Link to this type
cancel_error_reason()
cancel_error_reason() :: {:invalid_status, status_was(), status_required()}
Link to this type
cancel_response()
cancel_response() :: {:ok, updated :: order()} | {:error, cancel_error_reason()}
Link to this section Functions
Link to this function
amend(order, attrs, provider)
amend(order(), amend_attrs(), module()) :: amend_response()