Class: Quickfix::OwnershipType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OwnershipType

Returns a new instance of OwnershipType.



8820
8821
8822
8823
8824
8825
8826
# File 'lib/quickfix_fields.rb', line 8820

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

Class Method Details

.fieldObject



8817
8818
8819
# File 'lib/quickfix_fields.rb', line 8817

def OwnershipType.field
	return 517
end