Class: Quickfix::UnderlyingPaymentStreamRateIndexIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamRateIndexIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexIDSource
constructor
A new instance of UnderlyingPaymentStreamRateIndexIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexIDSource
Returns a new instance of UnderlyingPaymentStreamRateIndexIDSource.
76329 76330 76331 76332 76333 76334 76335 |
# File 'lib/quickfix_fields.rb', line 76329 def initialize(data = nil) if( data == nil ) super(43093) else super(43093, data) end end |
Class Method Details
.field ⇒ Object
76326 76327 76328 |
# File 'lib/quickfix_fields.rb', line 76326 def UnderlyingPaymentStreamRateIndexIDSource.field return 43093 end |