Class: Quickfix::UnderlyingDividendAmountType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendAmountType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendAmountType
constructor
A new instance of UnderlyingDividendAmountType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendAmountType
71480 71481 71482 71483 71484 71485 71486 |
# File 'lib/quickfix_fields.rb', line 71480 def initialize(data = nil) if( data == nil ) super(42828) else super(42828, data) end end |
Class Method Details
.field ⇒ Object
71477 71478 71479 |
# File 'lib/quickfix_fields.rb', line 71477 def .field return 42828 end |