Class: Quickfix::UnderlyingDividendPeriodSequence
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendPeriodSequence
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodSequence
constructor
A new instance of UnderlyingDividendPeriodSequence.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodSequence
71935 71936 71937 71938 71939 71940 71941 |
# File 'lib/quickfix_fields.rb', line 71935 def initialize(data = nil) if( data == nil ) super(42863) else super(42863, data) end end |
Class Method Details
.field ⇒ Object
71932 71933 71934 |
# File 'lib/quickfix_fields.rb', line 71932 def .field return 42863 end |