Class: Quickfix::IOIQltyInd

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ IOIQltyInd

Returns a new instance of IOIQltyInd.



617
618
619
620
621
622
623
# File 'lib/quickfix_fields.rb', line 617

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

Class Method Details

.fieldObject



614
615
616
# File 'lib/quickfix_fields.rb', line 614

def IOIQltyInd.field
	return 25
end