Class: Quickfix44::SecurityList
- Defined in:
- lib/quickfix44.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.
5516 5517 5518 5519 |
# File 'lib/quickfix44.rb', line 5516 def initialize super getHeader().setField( Quickfix::MsgType.new("y") ) end |