Class: Quickfix::IOIQualifier

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ IOIQualifier

Returns a new instance of IOIQualifier.



10471
10472
10473
10474
10475
10476
10477
# File 'lib/quickfix_fields.rb', line 10471

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

Class Method Details

.fieldObject



10468
10469
10470
# File 'lib/quickfix_fields.rb', line 10468

def IOIQualifier.field
  return 104
end