Class: Quickfix::LegPaymentStreamRateIndexSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamRateIndexSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexSource
constructor
A new instance of LegPaymentStreamRateIndexSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexSource
Returns a new instance of LegPaymentStreamRateIndexSource.
31609 31610 31611 31612 31613 31614 31615 |
# File 'lib/quickfix_fields.rb', line 31609 def initialize(data = nil) if( data == nil ) super(40332) else super(40332, data) end end |
Class Method Details
.field ⇒ Object
31606 31607 31608 |
# File 'lib/quickfix_fields.rb', line 31606 def LegPaymentStreamRateIndexSource.field return 40332 end |