Class: Quickfix50Sp2::QuoteStatusRequest

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

Defined Under Namespace

Classes: NoLegs, NoPartyIDs, NoTargetPartyIDs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeQuoteStatusRequest



4910
4911
4912
4913
# File 'lib/quickfix50sp2.rb', line 4910

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