Class: Quickfix::UnderlyingPaymentStreamRateIndexSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamRateIndexSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexSource
constructor
A new instance of UnderlyingPaymentStreamRateIndexSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexSource
Returns a new instance of UnderlyingPaymentStreamRateIndexSource.
35366 35367 35368 35369 35370 35371 35372 |
# File 'lib/quickfix_fields.rb', line 35366 def initialize(data = nil) if( data == nil ) super(40621) else super(40621, data) end end |
Class Method Details
.field ⇒ Object
35363 35364 35365 |
# File 'lib/quickfix_fields.rb', line 35363 def .field return 40621 end |