Class: Quickfix::TradeVolume
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::TradeVolume
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeVolume
constructor
A new instance of TradeVolume.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ TradeVolume
Returns a new instance of TradeVolume.
13695 13696 13697 13698 13699 13700 13701 |
# File 'lib/quickfix_fields.rb', line 13695 def initialize(data = nil) if( data == nil ) super(1020) else super(1020, data) end end |
Class Method Details
.field ⇒ Object
13692 13693 13694 |
# File 'lib/quickfix_fields.rb', line 13692 def TradeVolume.field return 1020 end |