Class: Quickfix::DividendPeriodPaymentDateOffsetUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DividendPeriodPaymentDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendPeriodPaymentDateOffsetUnit
constructor
A new instance of DividendPeriodPaymentDateOffsetUnit.
Constructor Details
#initialize(data = nil) ⇒ DividendPeriodPaymentDateOffsetUnit
Returns a new instance of DividendPeriodPaymentDateOffsetUnit.
64330 64331 64332 64333 64334 64335 64336 |
# File 'lib/quickfix_fields.rb', line 64330 def initialize(data = nil) if( data == nil ) super(42290) else super(42290, data) end end |