Class: Quickfix50Sp1::QuoteRequestReject
- Defined in:
- lib/quickfix50sp1.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.
8981 8982 8983 8984 |
# File 'lib/quickfix50sp1.rb', line 8981 def initialize super getHeader().setField( Quickfix::MsgType.new("AG") ) end |