Class: Quickfix::UnderlyingDividendComposition
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendComposition
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendComposition
constructor
A new instance of UnderlyingDividendComposition.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendComposition
Returns a new instance of UnderlyingDividendComposition.
71636 71637 71638 71639 71640 71641 71642 |
# File 'lib/quickfix_fields.rb', line 71636 def initialize(data = nil) if( data == nil ) super(42840) else super(42840, data) end end |
Class Method Details
.field ⇒ Object
71633 71634 71635 |
# File 'lib/quickfix_fields.rb', line 71633 def .field return 42840 end |