Class: Quickfix::UnderlyingPaymentStreamCompoundingRateIndexCurveUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamCompoundingRateIndexCurveUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateIndexCurveUnit
constructor
A new instance of UnderlyingPaymentStreamCompoundingRateIndexCurveUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateIndexCurveUnit
Returns a new instance of UnderlyingPaymentStreamCompoundingRateIndexCurveUnit.
72962 72963 72964 72965 72966 72967 72968 |
# File 'lib/quickfix_fields.rb', line 72962 def initialize(data = nil) if( data == nil ) super(42925) else super(42925, data) end end |
Class Method Details
.field ⇒ Object
72959 72960 72961 |
# File 'lib/quickfix_fields.rb', line 72959 def .field return 42925 end |