Class: Quickfix::RelatedPartyDetailRole

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

Instance Method Summary collapse

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