Class: Quickfix::OwnerType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OwnerType

Returns a new instance of OwnerType.



7169
7170
7171
7172
7173
7174
7175
# File 'lib/quickfix_fields.rb', line 7169

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

Class Method Details

.fieldObject



7166
7167
7168
# File 'lib/quickfix_fields.rb', line 7166

def OwnerType.field
	return 522
end