Class: Quickfix::UnderlyingReturnRateReferencePageHeading
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingReturnRateReferencePageHeading
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateReferencePageHeading
constructor
A new instance of UnderlyingReturnRateReferencePageHeading.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateReferencePageHeading
Returns a new instance of UnderlyingReturnRateReferencePageHeading.
74756 74757 74758 74759 74760 74761 74762 |
# File 'lib/quickfix_fields.rb', line 74756 def initialize(data = nil) if( data == nil ) super(43063) else super(43063, data) end end |
Class Method Details
.field ⇒ Object
74753 74754 74755 |
# File 'lib/quickfix_fields.rb', line 74753 def UnderlyingReturnRateReferencePageHeading.field return 43063 end |