Class: Quickfix41::Quote

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix41.rb

Instance Method Summary collapse

Constructor Details

#initializeQuote

Returns a new instance of Quote.



339
340
341
342
# File 'lib/quickfix41.rb', line 339

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