Class: Quickfix::UnderlyingPaymentStreamRateIndex2
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamRateIndex2
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2
constructor
A new instance of UnderlyingPaymentStreamRateIndex2.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2
Returns a new instance of UnderlyingPaymentStreamRateIndex2.
78461 78462 78463 78464 78465 78466 78467 |
# File 'lib/quickfix_fields.rb', line 78461 def initialize(data = nil) if( data == nil ) super(43120) else super(43120, data) end end |
Class Method Details
.field ⇒ Object
78458 78459 78460 |
# File 'lib/quickfix_fields.rb', line 78458 def UnderlyingPaymentStreamRateIndex2.field return 43120 end |