Class: Quickfix50Sp1::QuoteStatusReport

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

#initializeQuoteStatusReport

Returns a new instance of QuoteStatusReport.



9594
9595
9596
9597
# File 'lib/quickfix50sp1.rb', line 9594

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