Class: Quickfix50::Quote
- Defined in:
- lib/quickfix50.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.
2811 2812 2813 2814 |
# File 'lib/quickfix50.rb', line 2811 def initialize super getHeader().setField( Quickfix::MsgType.new("S") ) end |