Class: Quickfix::IOIOthSvc
- Inherits:
-
CharField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ IOIOthSvc
Returns a new instance of IOIOthSvc.
19623 19624 19625 19626 19627 19628 19629 |
# File 'lib/quickfix_fields.rb', line 19623 def initialize(data = nil) if( data == nil ) super(24) else super(24, data) end end |
Class Method Details
.field ⇒ Object
19620 19621 19622 |
# File 'lib/quickfix_fields.rb', line 19620 def IOIOthSvc.field return 24 end |