Class: Quickfix::UnderlyingPaymentStreamCompoundingRateIndex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamCompoundingRateIndex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateIndex
constructor
A new instance of UnderlyingPaymentStreamCompoundingRateIndex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateIndex
Returns a new instance of UnderlyingPaymentStreamCompoundingRateIndex.
72936 72937 72938 72939 72940 72941 72942 |
# File 'lib/quickfix_fields.rb', line 72936 def initialize(data = nil) if( data == nil ) super(42923) else super(42923, data) end end |
Class Method Details
.field ⇒ Object
72933 72934 72935 |
# File 'lib/quickfix_fields.rb', line 72933 def .field return 42923 end |