Class: Quickfix::UnderlyingPaymentStreamRateIndex2ID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamRateIndex2ID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2ID
constructor
A new instance of UnderlyingPaymentStreamRateIndex2ID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2ID
Returns a new instance of UnderlyingPaymentStreamRateIndex2ID.
78487 78488 78489 78490 78491 78492 78493 |
# File 'lib/quickfix_fields.rb', line 78487 def initialize(data = nil) if( data == nil ) super(43122) else super(43122, data) end end |
Class Method Details
.field ⇒ Object
78484 78485 78486 |
# File 'lib/quickfix_fields.rb', line 78484 def .field return 43122 end |