Class: Quickfix::IOIOthSvc
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::IOIOthSvc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IOIOthSvc
constructor
A new instance of IOIOthSvc.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ IOIOthSvc
Returns a new instance of IOIOthSvc.
1163 1164 1165 1166 1167 1168 1169 |
# File 'lib/quickfix_fields.rb', line 1163 def initialize(data = nil) if( data == nil ) super(24) else super(24, data) end end |
Class Method Details
.field ⇒ Object
1160 1161 1162 |
# File 'lib/quickfix_fields.rb', line 1160 def IOIOthSvc.field return 24 end |