Class: Quickfix::RootPartyRole

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RootPartyRole

Returns a new instance of RootPartyRole.



14943
14944
14945
14946
14947
14948
14949
# File 'lib/quickfix_fields.rb', line 14943

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