Class: Quickfix::UnderlyingAllDividendsIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingAllDividendsIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAllDividendsIndicator
constructor
A new instance of UnderlyingAllDividendsIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAllDividendsIndicator
Returns a new instance of UnderlyingAllDividendsIndicator.
71701 71702 71703 71704 71705 71706 71707 |
# File 'lib/quickfix_fields.rb', line 71701 def initialize(data = nil) if( data == nil ) super(42845) else super(42845, data) end end |
Class Method Details
.field ⇒ Object
71698 71699 71700 |
# File 'lib/quickfix_fields.rb', line 71698 def .field return 42845 end |