Sha256: 0425c138544c1fb8b0572842ec682001655ab751773c79d3d0a4431db1fef0ec
Contents?: true
Size: 594 Bytes
Versions: 8
Compression:
Stored size: 594 Bytes
Contents
module PaxfulClient class Trade include Virtus.model attribute :status, String attribute :trade_hash, String attribute :offer_hash, String attribute :offer_type, String attribute :fiat_currency_code, String attribute :crypto_currency_code, String attribute :fiat_amount_requested, BigDecimal attribute :crypto_amount_requested, BigDecimal attribute :payment_method_name, String attribute :started_at, String attribute :ended_at, String attribute :completed_at, String attribute :seller, String attribute :buyer, String end end
Version data entries
8 entries across 8 versions & 1 rubygems