Class: Quickfix50Sp1::QuoteRequestReject

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

Defined Under Namespace

Classes: NoRelatedSym, NoRootPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeQuoteRequestReject

Returns a new instance of QuoteRequestReject.



8981
8982
8983
8984
# File 'lib/quickfix50sp1.rb', line 8981

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