Class: Quickfix::UnderlyingReturnRateValuationDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateValuationDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDateBusinessCenter
constructor
A new instance of UnderlyingReturnRateValuationDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationDateBusinessCenter
Returns a new instance of UnderlyingReturnRateValuationDateBusinessCenter.
74847 74848 74849 74850 74851 74852 74853 |
# File 'lib/quickfix_fields.rb', line 74847 def initialize(data = nil) if( data == nil ) super(43070) else super(43070, data) end end |
Class Method Details
.field ⇒ Object
74844 74845 74846 |
# File 'lib/quickfix_fields.rb', line 74844 def .field return 43070 end |