Class: Quickfix::UnderlyingPaymentScheduleStepFrequencyUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentScheduleStepFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepFrequencyUnit
constructor
A new instance of UnderlyingPaymentScheduleStepFrequencyUnit.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepFrequencyUnit
Returns a new instance of UnderlyingPaymentScheduleStepFrequencyUnit.
36146 36147 36148 36149 36150 36151 36152 |
# File 'lib/quickfix_fields.rb', line 36146 def initialize(data = nil) if( data == nil ) super(40681) else super(40681, data) end end |