class Cryptoexchange::Models::Bilaxy::MarketPair

Attributes

id[RW]

Public Class Methods

new(params = {}) click to toggle source
Calls superclass method Cryptoexchange::Models::MarketPair::new
# File lib/cryptoexchange/exchanges/bilaxy/market.rb, line 21
def initialize(params = {})
  super
  @id = params[:id]
end