Method: Quickfix::UnderlyingStipValue#initialize

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

#initialize(*args, self) ⇒ UnderlyingStipValue

Returns a new instance of UnderlyingStipValue.



113556
113557
113558
113559
113560
113561
113562
# File 'ext/quickfix/QuickfixRuby.cpp', line 113556

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