Class: Quickfix::PaymentStreamRateIndex2CurveUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamRateIndex2CurveUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndex2CurveUnit
constructor
A new instance of PaymentStreamRateIndex2CurveUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndex2CurveUnit
Returns a new instance of PaymentStreamRateIndex2CurveUnit.
44778 44779 44780 44781 44782 44783 44784 |
# File 'lib/quickfix_fields.rb', line 44778 def initialize(data = nil) if( data == nil ) super(41195) else super(41195, data) end end |
Class Method Details
.field ⇒ Object
44775 44776 44777 |
# File 'lib/quickfix_fields.rb', line 44775 def PaymentStreamRateIndex2CurveUnit.field return 41195 end |