Class: Quickfix50Sp2::QuoteResponse

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

Defined Under Namespace

Classes: NoLegs, NoPartyIDs, NoQuoteQualifiers, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeQuoteResponse

Returns a new instance of QuoteResponse.



10554
10555
10556
10557
# File 'lib/quickfix50sp2.rb', line 10554

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