Class: Quickfix::DividendAveragingMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DividendAveragingMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendAveragingMethod
constructor
A new instance of DividendAveragingMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DividendAveragingMethod
Returns a new instance of DividendAveragingMethod.
63602 63603 63604 63605 63606 63607 63608 |
# File 'lib/quickfix_fields.rb', line 63602 def initialize(data = nil) if( data == nil ) super(42234) else super(42234, data) end end |
Class Method Details
.field ⇒ Object
63599 63600 63601 |
# File 'lib/quickfix_fields.rb', line 63599 def DividendAveragingMethod.field return 42234 end |