Class: Quickfix::LegDividendReinvestmentIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegDividendReinvestmentIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendReinvestmentIndicator
constructor
A new instance of LegDividendReinvestmentIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegDividendReinvestmentIndicator
Returns a new instance of LegDividendReinvestmentIndicator.
65084 65085 65086 65087 65088 65089 65090 |
# File 'lib/quickfix_fields.rb', line 65084 def initialize(data = nil) if( data == nil ) super(42337) else super(42337, data) end end |
Class Method Details
.field ⇒ Object
65081 65082 65083 |
# File 'lib/quickfix_fields.rb', line 65081 def LegDividendReinvestmentIndicator.field return 42337 end |