Class: Quickfix43::DerivativeSecurityList

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

Defined Under Namespace

Classes: NoRelatedSym, NoUnderlyingSecurityAltID

Instance Method Summary collapse

Constructor Details

#initializeDerivativeSecurityList

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