Class: Quickfix::IOIOthSvc

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



19620
19621
19622
# File 'lib/quickfix_fields.rb', line 19620

def IOIOthSvc.field
	return 24
end