Class: Quickfix41::DontKnowTrade

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

Instance Method Summary collapse

Constructor Details

#initializeDontKnowTrade

Returns a new instance of DontKnowTrade.



325
326
327
328
# File 'lib/quickfix41.rb', line 325

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