Class: Quickfix::LegPaymentStreamRateIndex2Source
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamRateIndex2Source
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2Source
constructor
A new instance of LegPaymentStreamRateIndex2Source.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2Source
Returns a new instance of LegPaymentStreamRateIndex2Source.
78422 78423 78424 78425 78426 78427 78428 |
# File 'lib/quickfix_fields.rb', line 78422 def initialize(data = nil) if( data == nil ) super(43117) else super(43117, data) end end |
Class Method Details
.field ⇒ Object
78419 78420 78421 |
# File 'lib/quickfix_fields.rb', line 78419 def LegPaymentStreamRateIndex2Source.field return 43117 end |