Class: Quickfix::UnderlyingDividendCompoundingMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendCompoundingMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendCompoundingMethod
constructor
A new instance of UnderlyingDividendCompoundingMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendCompoundingMethod
Returns a new instance of UnderlyingDividendCompoundingMethod.
71571 71572 71573 71574 71575 71576 71577 |
# File 'lib/quickfix_fields.rb', line 71571 def initialize(data = nil) if( data == nil ) super(42835) else super(42835, data) end end |
Class Method Details
.field ⇒ Object
71568 71569 71570 |
# File 'lib/quickfix_fields.rb', line 71568 def .field return 42835 end |