Class: Quickfix::UnderlyingPaymentStreamRateIndexCurveUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamRateIndexCurveUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexCurveUnit
constructor
A new instance of UnderlyingPaymentStreamRateIndexCurveUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexCurveUnit
Returns a new instance of UnderlyingPaymentStreamRateIndexCurveUnit.
35379 35380 35381 35382 35383 35384 35385 |
# File 'lib/quickfix_fields.rb', line 35379 def initialize(data = nil) if( data == nil ) super(40622) else super(40622, data) end end |
Class Method Details
.field ⇒ Object
35376 35377 35378 |
# File 'lib/quickfix_fields.rb', line 35376 def .field return 40622 end |