Class: Quickfix50::SecurityList
- Defined in:
- lib/quickfix50.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.
6449 6450 6451 6452 |
# File 'lib/quickfix50.rb', line 6449 def initialize super getHeader().setField( Quickfix::MsgType.new("y") ) end |