Class: Quickfix::UnderlyingPaymentStreamCompoundingFrequencyUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamCompoundingFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFrequencyUnit
constructor
A new instance of UnderlyingPaymentStreamCompoundingFrequencyUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingFrequencyUnit
Returns a new instance of UnderlyingPaymentStreamCompoundingFrequencyUnit.
72780 72781 72782 72783 72784 72785 72786 |
# File 'lib/quickfix_fields.rb', line 72780 def initialize(data = nil) if( data == nil ) super(42911) else super(42911, data) end end |
Class Method Details
.field ⇒ Object
72777 72778 72779 |
# File 'lib/quickfix_fields.rb', line 72777 def .field return 42911 end |