Class: Quickfix::UnderlyingPaymentScheduleStepFrequencyUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentScheduleStepFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepFrequencyUnit
constructor
A new instance of UnderlyingPaymentScheduleStepFrequencyUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
36143 36144 36145 |
# File 'lib/quickfix_fields.rb', line 36143 def UnderlyingPaymentScheduleStepFrequencyUnit.field return 40681 end |