Class: Quickfix::DividendPeriodSequence
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DividendPeriodSequence
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendPeriodSequence
constructor
A new instance of DividendPeriodSequence.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DividendPeriodSequence
64135 64136 64137 64138 64139 64140 64141 |
# File 'lib/quickfix_fields.rb', line 64135 def initialize(data = nil) if( data == nil ) super(42275) else super(42275, data) end end |
Class Method Details
.field ⇒ Object
64132 64133 64134 |
# File 'lib/quickfix_fields.rb', line 64132 def DividendPeriodSequence.field return 42275 end |