Class: Quickfix::NoUnderlyingDividendPeriods
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingDividendPeriods
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingDividendPeriods
constructor
A new instance of NoUnderlyingDividendPeriods.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingDividendPeriods
Returns a new instance of NoUnderlyingDividendPeriods.
71922 71923 71924 71925 71926 71927 71928 |
# File 'lib/quickfix_fields.rb', line 71922 def initialize(data = nil) if( data == nil ) super(42862) else super(42862, data) end end |
Class Method Details
.field ⇒ Object
71919 71920 71921 |
# File 'lib/quickfix_fields.rb', line 71919 def NoUnderlyingDividendPeriods.field return 42862 end |