Class: Quickfix::LegDividendAccrualPaymentDateOffsetPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegDividendAccrualPaymentDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendAccrualPaymentDateOffsetPeriod
constructor
A new instance of LegDividendAccrualPaymentDateOffsetPeriod.
Constructor Details
#initialize(data = nil) ⇒ LegDividendAccrualPaymentDateOffsetPeriod
Returns a new instance of LegDividendAccrualPaymentDateOffsetPeriod.
65006 65007 65008 65009 65010 65011 65012 |
# File 'lib/quickfix_fields.rb', line 65006 def initialize(data = nil) if( data == nil ) super(42331) else super(42331, data) end end |