Class: Quickfix::LegPaymentScheduleStepFrequencyUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentScheduleStepFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleStepFrequencyUnit
constructor
A new instance of LegPaymentScheduleStepFrequencyUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleStepFrequencyUnit
Returns a new instance of LegPaymentScheduleStepFrequencyUnit.
32376 32377 32378 32379 32380 32381 32382 |
# File 'lib/quickfix_fields.rb', line 32376 def initialize(data = nil) if( data == nil ) super(40391) else super(40391, data) end end |
Class Method Details
.field ⇒ Object
32373 32374 32375 |
# File 'lib/quickfix_fields.rb', line 32373 def LegPaymentScheduleStepFrequencyUnit.field return 40391 end |