Class: Quickfix::IOIQualifier

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) ⇒ IOIQualifier

Returns a new instance of IOIQualifier.



1930
1931
1932
1933
1934
1935
1936
# File 'lib/quickfix_fields.rb', line 1930

def initialize(data = nil)
  if( data == nil )
    super(104)
  else
    super(104, data)
  end
end

Class Method Details

.fieldObject



1927
1928
1929
# File 'lib/quickfix_fields.rb', line 1927

def IOIQualifier.field
  return 104
end