Class: Quickfix44::Quote
- Defined in:
- lib/quickfix44.rb
Defined Under Namespace
Classes: NoLegs, NoPartyIDs, NoQuoteQualifiers, NoStipulations, NoUnderlyings
Instance Method Summary collapse
-
#initialize ⇒ Quote
constructor
A new instance of Quote.
Constructor Details
#initialize ⇒ Quote
2415 2416 2417 2418 |
# File 'lib/quickfix44.rb', line 2415 def initialize super getHeader().setField( Quickfix::MsgType.new("S") ) end |