tai v0.0.6 Tai.Trading.OrderResponse

Returned from creating an order

Link to this section Summary

Types

t()

Details of an order executed on an account

Link to this section Types

Link to this type t()
t() :: %Tai.Trading.OrderResponse{
  executed_size: Decimal.t() | nil,
  id: String.t(),
  original_size: Decimal.t(),
  status: atom(),
  time_in_force: atom()
}

Details of an order executed on an account