Class: Quickfix::PaymentStreamRateIndex2CurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamRateIndex2CurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndex2CurvePeriod
constructor
A new instance of PaymentStreamRateIndex2CurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndex2CurvePeriod
Returns a new instance of PaymentStreamRateIndex2CurvePeriod.
44765 44766 44767 44768 44769 44770 44771 |
# File 'lib/quickfix_fields.rb', line 44765 def initialize(data = nil) if( data == nil ) super(41194) else super(41194, data) end end |
Class Method Details
.field ⇒ Object
44762 44763 44764 |
# File 'lib/quickfix_fields.rb', line 44762 def PaymentStreamRateIndex2CurvePeriod.field return 41194 end |