Method: Quickfix::PriceProtectionScope#initialize

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

#initialize(*args, self) ⇒ PriceProtectionScope

Returns a new instance of PriceProtectionScope.



133132
133133
133134
133135
133136
133137
133138
# File 'ext/quickfix/QuickfixRuby.cpp', line 133132

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