Class: Quickfix40::DontKnowTrade

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

Instance Method Summary collapse

Constructor Details

#initializeDontKnowTrade

Returns a new instance of DontKnowTrade.



255
256
257
258
# File 'lib/quickfix40.rb', line 255

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