Class: Quickfix50::DerivativeSecurityList
- Defined in:
- lib/quickfix50.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.
6704 6705 6706 6707 |
# File 'lib/quickfix50.rb', line 6704 def initialize super getHeader().setField( Quickfix::MsgType.new("AA") ) end |