Class: Quickfix::PaymentStreamRateIndexCurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamRateIndexCurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndexCurvePeriod
constructor
A new instance of PaymentStreamRateIndexCurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndexCurvePeriod
Returns a new instance of PaymentStreamRateIndexCurvePeriod.
37589 37590 37591 37592 37593 37594 37595 |
# File 'lib/quickfix_fields.rb', line 37589 def initialize(data = nil) if( data == nil ) super(40792) else super(40792, data) end end |
Class Method Details
.field ⇒ Object
37586 37587 37588 |
# File 'lib/quickfix_fields.rb', line 37586 def PaymentStreamRateIndexCurvePeriod.field return 40792 end |