Class: Quickfix::NoUnderlyingDividendPeriodBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingDividendPeriodBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingDividendPeriodBusinessCenters
constructor
A new instance of NoUnderlyingDividendPeriodBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingDividendPeriodBusinessCenters
Returns a new instance of NoUnderlyingDividendPeriodBusinessCenters.
72182 72183 72184 72185 72186 72187 72188 |
# File 'lib/quickfix_fields.rb', line 72182 def initialize(data = nil) if( data == nil ) super(42882) else super(42882, data) end end |
Class Method Details
.field ⇒ Object
72179 72180 72181 |
# File 'lib/quickfix_fields.rb', line 72179 def .field return 42882 end |