Bittrex v3.0.0-alpha.2 Bittrex.Trade View Source
A Bittrex Trade.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Bittrex.Trade{
executed_at: NaiveDateTime.t(),
quantity: String.t(),
rate: integer()
}
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.