Class: Quickfix43::DerivativeSecurityList
- Defined in:
- lib/quickfix43.rb
Defined Under Namespace
Classes: NoRelatedSym, NoUnderlyingSecurityAltID
Instance Method Summary collapse
-
#initialize ⇒ DerivativeSecurityList
constructor
A new instance of DerivativeSecurityList.
Constructor Details
#initialize ⇒ DerivativeSecurityList
Returns a new instance of DerivativeSecurityList.
2754 2755 2756 2757 |
# File 'lib/quickfix43.rb', line 2754 def initialize super getHeader().setField( Quickfix::MsgType.new("AA") ) end |