Method: Quickfix::PriceLimitType#initialize

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

#initialize(*args, self) ⇒ PriceLimitType

Returns a new instance of PriceLimitType.



153786
153787
153788
153789
153790
153791
153792
# File 'ext/quickfix/QuickfixRuby.cpp', line 153786

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