Class: Quickfix::LegSpecialDividendsIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegSpecialDividendsIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSpecialDividendsIndicator
constructor
A new instance of LegSpecialDividendsIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegSpecialDividendsIndicator
Returns a new instance of LegSpecialDividendsIndicator.
65279 65280 65281 65282 65283 65284 65285 |
# File 'lib/quickfix_fields.rb', line 65279 def initialize(data = nil) if( data == nil ) super(42352) else super(42352, data) end end |
Class Method Details
.field ⇒ Object
65276 65277 65278 |
# File 'lib/quickfix_fields.rb', line 65276 def LegSpecialDividendsIndicator.field return 42352 end |