Class: Quickfix50Sp2::SecurityList
- Defined in:
- lib/quickfix50sp2.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.
7804 7805 7806 7807 |
# File 'lib/quickfix50sp2.rb', line 7804 def initialize super getHeader().setField( Quickfix::MsgType.new("y") ) end |