tai v0.0.50 Tai.Trading.Orders.AmendBulk

Link to this section Summary

Link to this section Types

Link to this type

attrs()

attrs() :: %{optional(:price) => Decimal.t(), optional(:qty) => Decimal.t()}
Link to this type

orders_and_attributes()

orders_and_attributes() :: [{order(), attrs()}]
Link to this type

reject_reason()

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

response()

response() :: [ok: updated :: order(), error: reject_reason()]
Link to this type

status_required()

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

Link to this section Functions

Link to this function

amend_bulk(orders_and_attributes, provider \\ Provider)

Link to this function

send_amend_orders(orders)

See Tai.Venues.Client.amend_bulk_orders/1.