Class: Quickfix::UnderlyingDividendNumOfIndexUnits
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendNumOfIndexUnits
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendNumOfIndexUnits
constructor
A new instance of UnderlyingDividendNumOfIndexUnits.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendNumOfIndexUnits
Returns a new instance of UnderlyingDividendNumOfIndexUnits.
71584 71585 71586 71587 71588 71589 71590 |
# File 'lib/quickfix_fields.rb', line 71584 def initialize(data = nil) if( data == nil ) super(42836) else super(42836, data) end end |
Class Method Details
.field ⇒ Object
71581 71582 71583 |
# File 'lib/quickfix_fields.rb', line 71581 def .field return 42836 end |