Class: Quickfix42::Quote

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

Instance Method Summary collapse

Constructor Details

#initializeQuote

Returns a new instance of Quote.



593
594
595
596
# File 'lib/quickfix42.rb', line 593

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