Class: Quickfix43::SecurityList
- Defined in:
- lib/quickfix43.rb
Defined Under Namespace
Classes: NoRelatedSym
Instance Method Summary collapse
-
#initialize ⇒ SecurityList
constructor
A new instance of SecurityList.
Constructor Details
#initialize ⇒ SecurityList
Returns a new instance of SecurityList.
2616 2617 2618 2619 |
# File 'lib/quickfix43.rb', line 2616 def initialize super getHeader().setField( Quickfix::MsgType.new("y") ) end |