sferik/mtgox

View on GitHub
lib/mtgox/sell.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'mtgox/order'

module MtGox
  class Sell < Order
  end
end