class Ish::StockOption
Stock Option. Owned by a person. This is a position that is held (or historical data). vp 20171026
Constants
- DIRECTIONS
Public Instance Methods
to_s()
click to toggle source
# File lib/ish/stock_option.rb, line 25 def to_s "#{self.ticker} #{self.expires_on.to_time.strftime('%b %d %Y')} #{self.strike} (x #{self.quantity})" end