Class: Quickfix50Sp2::DontKnowTrade

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

Defined Under Namespace

Classes: NoLegs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeDontKnowTrade

Returns a new instance of DontKnowTrade.



2785
2786
2787
2788
# File 'lib/quickfix50sp2.rb', line 2785

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