Class: Quickfix50::QuoteResponse

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

Defined Under Namespace

Classes: NoLegs, NoPartyIDs, NoQuoteQualifiers, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeQuoteResponse

Returns a new instance of QuoteResponse.



8714
8715
8716
8717
# File 'lib/quickfix50.rb', line 8714

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