Class: Quickfix44::QuoteResponse

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

Defined Under Namespace

Classes: NoLegs, NoPartyIDs, NoQuoteQualifiers, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeQuoteResponse

Returns a new instance of QuoteResponse.



7536
7537
7538
7539
# File 'lib/quickfix44.rb', line 7536

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