Class: Quickfix::ComplexEventReferencePageHeading
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventReferencePageHeading
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventReferencePageHeading
constructor
A new instance of ComplexEventReferencePageHeading.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventReferencePageHeading
Returns a new instance of ComplexEventReferencePageHeading.
40995 40996 40997 40998 40999 41000 41001 |
# File 'lib/quickfix_fields.rb', line 40995 def initialize(data = nil) if( data == nil ) super(41017) else super(41017, data) end end |
Class Method Details
.field ⇒ Object
40992 40993 40994 |
# File 'lib/quickfix_fields.rb', line 40992 def ComplexEventReferencePageHeading.field return 41017 end |