Class: Quickfix::UnderlyingDividendAveragingMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendAveragingMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendAveragingMethod
constructor
A new instance of UnderlyingDividendAveragingMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendAveragingMethod
Returns a new instance of UnderlyingDividendAveragingMethod.
71337 71338 71339 71340 71341 71342 71343 |
# File 'lib/quickfix_fields.rb', line 71337 def initialize(data = nil) if( data == nil ) super(42817) else super(42817, data) end end |
Class Method Details
.field ⇒ Object
71334 71335 71336 |
# File 'lib/quickfix_fields.rb', line 71334 def .field return 42817 end |