class Bitstamp::Transactions
adding in methods to pull the last public trades list
Attributes
amount[RW]
date[RW]
price[RW]
tid[RW]
type[RW]
Public Class Methods
from_api(currency_pair)
click to toggle source
# File lib/bitstamp/transactions.rb, line 39 def self.from_api(currency_pair) Bitstamp::Helper.parse_objects! Bitstamp::Net::get("/v2/transactions/#{currency_pair}").to_str, self end