Class: Quickfix::IOIRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::IOIRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IOIRefID
constructor
A new instance of IOIRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ IOIRefID
Returns a new instance of IOIRefID.
1189 1190 1191 1192 1193 1194 1195 |
# File 'lib/quickfix_fields.rb', line 1189 def initialize(data = nil) if( data == nil ) super(26) else super(26, data) end end |
Class Method Details
.field ⇒ Object
1186 1187 1188 |
# File 'lib/quickfix_fields.rb', line 1186 def IOIRefID.field return 26 end |