Class: Quickfix::IOIOthSvc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

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

.fieldObject



1160
1161
1162
# File 'lib/quickfix_fields.rb', line 1160

def IOIOthSvc.field
  return 24
end