Method: Quickfix::NestedPartyRole#initialize

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

#initialize(*args, self) ⇒ NestedPartyRole

Returns a new instance of NestedPartyRole.



78214
78215
78216
78217
78218
78219
78220
# File 'ext/quickfix/QuickfixRuby.cpp', line 78214

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