Class: Quickfix::UnderlyingReturnRateValuationFrequencyRollConvention
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateValuationFrequencyRollConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationFrequencyRollConvention
constructor
A new instance of UnderlyingReturnRateValuationFrequencyRollConvention.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationFrequencyRollConvention
Returns a new instance of UnderlyingReturnRateValuationFrequencyRollConvention.
74301 74302 74303 74304 74305 74306 74307 |
# File 'lib/quickfix_fields.rb', line 74301 def initialize(data = nil) if( data == nil ) super(43028) else super(43028, data) end end |
Class Method Details
.field ⇒ Object
74298 74299 74300 |
# File 'lib/quickfix_fields.rb', line 74298 def .field return 43028 end |