Class: Quickfix50Sp1::QuoteResponse

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

Defined Under Namespace

Classes: NoLegs, NoPartyIDs, NoQuoteQualifiers, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeQuoteResponse

Returns a new instance of QuoteResponse.



9808
9809
9810
9811
# File 'lib/quickfix50sp1.rb', line 9808

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