Class: Quickfix50::DontKnowTrade

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

Defined Under Namespace

Classes: NoLegs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeDontKnowTrade

Returns a new instance of DontKnowTrade.



2361
2362
2363
2364
# File 'lib/quickfix50.rb', line 2361

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