Class: Quickfix::RelatedPartyDetailIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RelatedPartyDetailIDSource

Returns a new instance of RelatedPartyDetailIDSource.



21014
21015
21016
21017
21018
21019
21020
# File 'lib/quickfix_fields.rb', line 21014

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

Class Method Details

.fieldObject



21011
21012
21013
# File 'lib/quickfix_fields.rb', line 21011

def RelatedPartyDetailIDSource.field
	return 1564
end