Class: Quickfix::NoLegDividendPeriods
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegDividendPeriods
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegDividendPeriods
constructor
A new instance of NoLegDividendPeriods.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegDividendPeriods
Returns a new instance of NoLegDividendPeriods.
65461 65462 65463 65464 65465 65466 65467 |
# File 'lib/quickfix_fields.rb', line 65461 def initialize(data = nil) if( data == nil ) super(42366) else super(42366, data) end end |
Class Method Details
.field ⇒ Object
65458 65459 65460 |
# File 'lib/quickfix_fields.rb', line 65458 def NoLegDividendPeriods.field return 42366 end |