Class: Quickfix50Sp1::Quote
- Defined in:
- lib/quickfix50sp1.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
Returns a new instance of Quote.
3123 3124 3125 3126 |
# File 'lib/quickfix50sp1.rb', line 3123 def initialize super getHeader().setField( Quickfix::MsgType.new("S") ) end |