Method: Quickfix::RootPartyIDSource#initialize

Defined in:
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb

#initialize(*args, self) ⇒ RootPartyIDSource

Returns a new instance of RootPartyIDSource.



135680
135681
135682
135683
135684
135685
135686
# File 'ext/quickfix/QuickfixRuby.cpp', line 135680

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