Bittrex v3.0.0 Bittrex.Trade View Source

A Bittrex Trade.

Link to this section Summary

Types

t()
  • executed_at: timestamp in UTC when order was filled.
  • quantity: quantity.
  • rate: rate

Link to this section Types

Link to this type

t() View Source
t() :: %Bittrex.Trade{
  executed_at: NaiveDateTime.t(),
  quantity: String.t(),
  rate: integer()
}

  • executed_at: timestamp in UTC when order was filled.
  • quantity: quantity.
  • rate: rate.