Class: Quickfix::ComplexEventReferencePage
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventReferencePage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventReferencePage
constructor
A new instance of ComplexEventReferencePage.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventReferencePage
Returns a new instance of ComplexEventReferencePage.
40982 40983 40984 40985 40986 40987 40988 |
# File 'lib/quickfix_fields.rb', line 40982 def initialize(data = nil) if( data == nil ) super(41016) else super(41016, data) end end |
Class Method Details
.field ⇒ Object
40979 40980 40981 |
# File 'lib/quickfix_fields.rb', line 40979 def ComplexEventReferencePage.field return 41016 end |