Class: Quickfix::LegDividendCompoundingMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDividendCompoundingMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendCompoundingMethod
constructor
A new instance of LegDividendCompoundingMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDividendCompoundingMethod
Returns a new instance of LegDividendCompoundingMethod.
65201 65202 65203 65204 65205 65206 65207 |
# File 'lib/quickfix_fields.rb', line 65201 def initialize(data = nil) if( data == nil ) super(42346) else super(42346, data) end end |
Class Method Details
.field ⇒ Object
65198 65199 65200 |
# File 'lib/quickfix_fields.rb', line 65198 def LegDividendCompoundingMethod.field return 42346 end |