Class: Quickfix50Sp1::DontKnowTrade

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

Defined Under Namespace

Classes: NoLegs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeDontKnowTrade

Returns a new instance of DontKnowTrade.



2613
2614
2615
2616
# File 'lib/quickfix50sp1.rb', line 2613

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