Class: Quickfix50::DerivativeSecurityList

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix50.rb

Defined Under Namespace

Classes: NoRelatedSym

Instance Method Summary collapse

Constructor Details

#initializeDerivativeSecurityList

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