Class: Quickfix::UnderlyingIndexCurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingIndexCurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingIndexCurvePeriod
constructor
A new instance of UnderlyingIndexCurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingIndexCurvePeriod
Returns a new instance of UnderlyingIndexCurvePeriod.
75952 75953 75954 75955 75956 75957 75958 |
# File 'lib/quickfix_fields.rb', line 75952 def initialize(data = nil) if( data == nil ) super(2724) else super(2724, data) end end |
Class Method Details
.field ⇒ Object
75949 75950 75951 |
# File 'lib/quickfix_fields.rb', line 75949 def UnderlyingIndexCurvePeriod.field return 2724 end |