Class: Quickfix50Sp1::DerivativeSecurityList
- Defined in:
- lib/quickfix50sp1.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.
7539 7540 7541 7542 |
# File 'lib/quickfix50sp1.rb', line 7539 def initialize super getHeader().setField( Quickfix::MsgType.new("AA") ) end |