Class: Quickfix50Sp1::QuoteStatusRequest

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

Defined Under Namespace

Classes: NoLegs, NoPartyIDs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeQuoteStatusRequest

Returns a new instance of QuoteStatusRequest.



4548
4549
4550
4551
# File 'lib/quickfix50sp1.rb', line 4548

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