Class: Quickfix::LegDividendPeriodSequence
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDividendPeriodSequence
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendPeriodSequence
constructor
A new instance of LegDividendPeriodSequence.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDividendPeriodSequence
Returns a new instance of LegDividendPeriodSequence.
65474 65475 65476 65477 65478 65479 65480 |
# File 'lib/quickfix_fields.rb', line 65474 def initialize(data = nil) if( data == nil ) super(42367) else super(42367, data) end end |
Class Method Details
.field ⇒ Object
65471 65472 65473 |
# File 'lib/quickfix_fields.rb', line 65471 def LegDividendPeriodSequence.field return 42367 end |