Class: Quickfix50Sp2::DerivativeSecurityList
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoRelatedSym
Instance Method Summary collapse
-
#initialize ⇒ DerivativeSecurityList
constructor
A new instance of DerivativeSecurityList.
Constructor Details
#initialize ⇒ DerivativeSecurityList
Returns a new instance of DerivativeSecurityList.
8134 8135 8136 8137 |
# File 'lib/quickfix50sp2.rb', line 8134 def initialize super getHeader().setField( Quickfix::MsgType.new("AA") ) end |