Class: Quickfix::LegAllDividendsIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegAllDividendsIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAllDividendsIndicator
constructor
A new instance of LegAllDividendsIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegAllDividendsIndicator
Returns a new instance of LegAllDividendsIndicator.
65331 65332 65333 65334 65335 65336 65337 |
# File 'lib/quickfix_fields.rb', line 65331 def initialize(data = nil) if( data == nil ) super(42356) else super(42356, data) end end |
Class Method Details
.field ⇒ Object
65328 65329 65330 |
# File 'lib/quickfix_fields.rb', line 65328 def LegAllDividendsIndicator.field return 42356 end |