Class: Quickfix50Sp1::SecurityList
- Defined in:
- lib/quickfix50sp1.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.
7233 7234 7235 7236 |
# File 'lib/quickfix50sp1.rb', line 7233 def initialize super getHeader().setField( Quickfix::MsgType.new("y") ) end |