Class: Quickfix::IOIID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::IOIID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IOIID
constructor
A new instance of IOIID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ IOIID
Returns a new instance of IOIID.
8872 8873 8874 8875 8876 8877 8878 |
# File 'lib/quickfix_fields.rb', line 8872 def initialize(data = nil) if( data == nil ) super(23) else super(23, data) end end |
Class Method Details
.field ⇒ Object
8869 8870 8871 |
# File 'lib/quickfix_fields.rb', line 8869 def IOIID.field return 23 end |