Class: Quickfix::UnderlyingComplexEventReferencePage
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventReferencePage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventReferencePage
constructor
A new instance of UnderlyingComplexEventReferencePage.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventReferencePage
Returns a new instance of UnderlyingComplexEventReferencePage.
52318 52319 52320 52321 52322 52323 52324 |
# File 'lib/quickfix_fields.rb', line 52318 def initialize(data = nil) if( data == nil ) super(41735) else super(41735, data) end end |
Class Method Details
.field ⇒ Object
52315 52316 52317 |
# File 'lib/quickfix_fields.rb', line 52315 def UnderlyingComplexEventReferencePage.field return 41735 end |