Method: Quickfix::ComplexEventPrice#initialize

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

#initialize(*args, self) ⇒ ComplexEventPrice

Returns a new instance of ComplexEventPrice.



172112
172113
172114
172115
172116
172117
172118
# File 'ext/quickfix/QuickfixRuby.cpp', line 172112

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