Class: Quickfix::NoUnderlyingDividendPayments
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingDividendPayments
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingDividendPayments
constructor
A new instance of NoUnderlyingDividendPayments.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingDividendPayments
Returns a new instance of NoUnderlyingDividendPayments.
71831 71832 71833 71834 71835 71836 71837 |
# File 'lib/quickfix_fields.rb', line 71831 def initialize(data = nil) if( data == nil ) super(42855) else super(42855, data) end end |
Class Method Details
.field ⇒ Object
71828 71829 71830 |
# File 'lib/quickfix_fields.rb', line 71828 def NoUnderlyingDividendPayments.field return 42855 end |