Class: Quickfix::OwnerType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OwnerType

Returns a new instance of OwnerType.



18960
18961
18962
18963
18964
18965
18966
# File 'lib/quickfix_fields.rb', line 18960

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

Class Method Details

.fieldObject



18957
18958
18959
# File 'lib/quickfix_fields.rb', line 18957

def OwnerType.field
	return 522
end