Class: Quickfix42::DontKnowTrade

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

Instance Method Summary collapse

Constructor Details

#initializeDontKnowTrade

Returns a new instance of DontKnowTrade.



540
541
542
543
# File 'lib/quickfix42.rb', line 540

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