Class: Quickfix44::DontKnowTrade

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

Defined Under Namespace

Classes: NoLegs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeDontKnowTrade

Returns a new instance of DontKnowTrade.



2007
2008
2009
2010
# File 'lib/quickfix44.rb', line 2007

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