Class: Quickfix::PaymentStreamRateIndexCurveUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamRateIndexCurveUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndexCurveUnit
constructor
A new instance of PaymentStreamRateIndexCurveUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndexCurveUnit
Returns a new instance of PaymentStreamRateIndexCurveUnit.
37576 37577 37578 37579 37580 37581 37582 |
# File 'lib/quickfix_fields.rb', line 37576 def initialize(data = nil) if( data == nil ) super(40791) else super(40791, data) end end |
Class Method Details
.field ⇒ Object
37573 37574 37575 |
# File 'lib/quickfix_fields.rb', line 37573 def PaymentStreamRateIndexCurveUnit.field return 40791 end |