Class: Quickfix::UnderlyingDividendPeriodPaymentDateOffsetPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDividendPeriodPaymentDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateOffsetPeriod
constructor
A new instance of UnderlyingDividendPeriodPaymentDateOffsetPeriod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateOffsetPeriod
Returns a new instance of UnderlyingDividendPeriodPaymentDateOffsetPeriod.
72117 72118 72119 72120 72121 72122 72123 |
# File 'lib/quickfix_fields.rb', line 72117 def initialize(data = nil) if( data == nil ) super(42877) else super(42877, data) end end |