Class: Tradier::Event

Inherits:
Base
  • Object
show all
Defined in:
lib/tradier/event.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#[], #attr_equal, attr_reader, #attrs, #attrs_equal, from_response, #initialize, #update

Constructor Details

This class inherits a constructor from Tradier::Base

Instance Attribute Details

#amountObject (readonly)

Returns the value of attribute amount.



6
7
8
# File 'lib/tradier/event.rb', line 6

def amount
  @amount
end

#descriptionObject (readonly)

Returns the value of attribute description.



6
7
8
# File 'lib/tradier/event.rb', line 6

def description
  @description
end

#event_typeObject (readonly)

Returns the value of attribute event_type.



6
7
8
# File 'lib/tradier/event.rb', line 6

def event_type
  @event_type
end

#metaObject (readonly)

Returns the value of attribute meta.



6
7
8
# File 'lib/tradier/event.rb', line 6

def meta
  @meta
end

#symbolObject (readonly)

Returns the value of attribute symbol.



6
7
8
# File 'lib/tradier/event.rb', line 6

def symbol
  @symbol
end