Class: Quickfix::IOIid

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ IOIid

Returns a new instance of IOIid.



4647
4648
4649
4650
4651
4652
4653
# File 'lib/quickfix_fields.rb', line 4647

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

Class Method Details

.fieldObject



4644
4645
4646
# File 'lib/quickfix_fields.rb', line 4644

def IOIid.field
	return 23
end