Class: Quickfix::DividendCompoundingMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DividendCompoundingMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendCompoundingMethod
constructor
A new instance of DividendCompoundingMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DividendCompoundingMethod
Returns a new instance of DividendCompoundingMethod.
63862 63863 63864 63865 63866 63867 63868 |
# File 'lib/quickfix_fields.rb', line 63862 def initialize(data = nil) if( data == nil ) super(42254) else super(42254, data) end end |
Class Method Details
.field ⇒ Object
63859 63860 63861 |
# File 'lib/quickfix_fields.rb', line 63859 def DividendCompoundingMethod.field return 42254 end |