Class: Quickfix::UnderlyingComplexEventReferencePageHeading
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventReferencePageHeading
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventReferencePageHeading
constructor
A new instance of UnderlyingComplexEventReferencePageHeading.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventReferencePageHeading
Returns a new instance of UnderlyingComplexEventReferencePageHeading.
52331 52332 52333 52334 52335 52336 52337 |
# File 'lib/quickfix_fields.rb', line 52331 def initialize(data = nil) if( data == nil ) super(41736) else super(41736, data) end end |
Class Method Details
.field ⇒ Object
52328 52329 52330 |
# File 'lib/quickfix_fields.rb', line 52328 def .field return 41736 end |