Class: Quickfix::RelatedPartyDetailRole

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) ⇒ RelatedPartyDetailRole

Returns a new instance of RelatedPartyDetailRole.



21027
21028
21029
21030
21031
21032
21033
# File 'lib/quickfix_fields.rb', line 21027

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

Class Method Details

.fieldObject



21024
21025
21026
# File 'lib/quickfix_fields.rb', line 21024

def RelatedPartyDetailRole.field
	return 1565
end