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