Class: Quickfix::UnderlyingCouponFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingCouponFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCouponFrequencyPeriod
constructor
A new instance of UnderlyingCouponFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCouponFrequencyPeriod
Returns a new instance of UnderlyingCouponFrequencyPeriod.
26071 26072 26073 26074 26075 26076 26077 |
# File 'lib/quickfix_fields.rb', line 26071 def initialize(data = nil) if( data == nil ) super(1991) else super(1991, data) end end |
Class Method Details
.field ⇒ Object
26068 26069 26070 |
# File 'lib/quickfix_fields.rb', line 26068 def .field return 1991 end |