Class: Quickfix::UnderlyingPaymentStreamRateIndex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamRateIndex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex
constructor
A new instance of UnderlyingPaymentStreamRateIndex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex
Returns a new instance of UnderlyingPaymentStreamRateIndex.
35353 35354 35355 35356 35357 35358 35359 |
# File 'lib/quickfix_fields.rb', line 35353 def initialize(data = nil) if( data == nil ) super(40620) else super(40620, data) end end |
Class Method Details
.field ⇒ Object
35350 35351 35352 |
# File 'lib/quickfix_fields.rb', line 35350 def .field return 40620 end |