Class: Quickfix::UnderlyingDividendPeriodSequence
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDividendPeriodSequence
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodSequence
constructor
A new instance of UnderlyingDividendPeriodSequence.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodSequence
Returns a new instance of 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 |