Class: Quickfix::UnderlyingReturnRateValuationTimeBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateValuationTimeBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationTimeBusinessCenter
constructor
A new instance of UnderlyingReturnRateValuationTimeBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationTimeBusinessCenter
Returns a new instance of UnderlyingReturnRateValuationTimeBusinessCenter.
74678 74679 74680 74681 74682 74683 74684 |
# File 'lib/quickfix_fields.rb', line 74678 def initialize(data = nil) if( data == nil ) super(43057) else super(43057, data) end end |
Class Method Details
.field ⇒ Object
74675 74676 74677 |
# File 'lib/quickfix_fields.rb', line 74675 def .field return 43057 end |