Class: Quickfix50Sp2::Quote
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegs, NoPartyIDs, NoQuoteQualifiers, NoRateSources, NoStipulations, NoUnderlyings
Instance Method Summary collapse
-
#initialize ⇒ Quote
constructor
A new instance of Quote.
Constructor Details
#initialize ⇒ Quote
Returns a new instance of Quote.
3341 3342 3343 3344 |
# File 'lib/quickfix50sp2.rb', line 3341 def initialize super getHeader().setField( Quickfix::MsgType.new("S") ) end |