Class: Quickfix::UnderlyingDividendReinvestmentIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingDividendReinvestmentIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendReinvestmentIndicator
constructor
A new instance of UnderlyingDividendReinvestmentIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendReinvestmentIndicator
Returns a new instance of UnderlyingDividendReinvestmentIndicator.
71454 71455 71456 71457 71458 71459 71460 |
# File 'lib/quickfix_fields.rb', line 71454 def initialize(data = nil) if( data == nil ) super(42826) else super(42826, data) end end |
Class Method Details
.field ⇒ Object
71451 71452 71453 |
# File 'lib/quickfix_fields.rb', line 71451 def UnderlyingDividendReinvestmentIndicator.field return 42826 end |