Class: Quickfix::AllDividendsIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::AllDividendsIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllDividendsIndicator
constructor
A new instance of AllDividendsIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ AllDividendsIndicator
Returns a new instance of AllDividendsIndicator.
63992 63993 63994 63995 63996 63997 63998 |
# File 'lib/quickfix_fields.rb', line 63992 def initialize(data = nil) if( data == nil ) super(42264) else super(42264, data) end end |
Class Method Details
.field ⇒ Object
63989 63990 63991 |
# File 'lib/quickfix_fields.rb', line 63989 def AllDividendsIndicator.field return 42264 end |