Class: Quickfix::UnderlyingReturnRateReferencePage
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateReferencePage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateReferencePage
constructor
A new instance of UnderlyingReturnRateReferencePage.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateReferencePage
Returns a new instance of UnderlyingReturnRateReferencePage.
74743 74744 74745 74746 74747 74748 74749 |
# File 'lib/quickfix_fields.rb', line 74743 def initialize(data = nil) if( data == nil ) super(43062) else super(43062, data) end end |
Class Method Details
.field ⇒ Object
74740 74741 74742 |
# File 'lib/quickfix_fields.rb', line 74740 def .field return 43062 end |