tai v0.0.36 Tai.Trading.Orders

Link to this section Summary

Link to this section Types

Link to this type

amend_attrs()

amend_attrs() :: Tai.Trading.Orders.Amend.attrs()
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 type

status_required()

status_required() :: status() | [status()]
Link to this type

status_was()

status_was() :: status()

Link to this section Functions