Method: Quickfix50Sp1::Quote#initialize

Defined in:
lib/quickfix50sp1.rb

#initializeQuote

Returns a new instance of Quote.



4377
4378
4379
4380
# File 'lib/quickfix50sp1.rb', line 4377

def initialize
	super
	getHeader().setField( Quickfix::MsgType.new("S") )
end