Class: Quickfix::UnderlyingCouponFrequencyUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCouponFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCouponFrequencyUnit
constructor
A new instance of UnderlyingCouponFrequencyUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCouponFrequencyUnit
Returns a new instance of UnderlyingCouponFrequencyUnit.
26084 26085 26086 26087 26088 26089 26090 |
# File 'lib/quickfix_fields.rb', line 26084 def initialize(data = nil) if( data == nil ) super(1992) else super(1992, data) end end |
Class Method Details
.field ⇒ Object
26081 26082 26083 |
# File 'lib/quickfix_fields.rb', line 26081 def .field return 1992 end |