Class: Quickfix50Sp2::QuoteRequestReject
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoRelatedSym, NoRootPartyIDs
Instance Method Summary collapse
-
#initialize ⇒ QuoteRequestReject
constructor
A new instance of QuoteRequestReject.
Constructor Details
#initialize ⇒ QuoteRequestReject
Returns a new instance of QuoteRequestReject.
9660 9661 9662 9663 |
# File 'lib/quickfix50sp2.rb', line 9660 def initialize super getHeader().setField( Quickfix::MsgType.new("AG") ) end |