Class: Quickfix::IOIOthSvc
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::IOIOthSvc
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IOIOthSvc
constructor
A new instance of IOIOthSvc.
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 |