Class: Quickfix::ReferencePage
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ReferencePage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReferencePage
constructor
A new instance of ReferencePage.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ReferencePage
Returns a new instance of ReferencePage.
19168 19169 19170 19171 19172 19173 19174 |
# File 'lib/quickfix_fields.rb', line 19168 def initialize(data = nil) if( data == nil ) super(1448) else super(1448, data) end end |
Class Method Details
.field ⇒ Object
19165 19166 19167 |
# File 'lib/quickfix_fields.rb', line 19165 def ReferencePage.field return 1448 end |