Class: Quickfix50Sp2::SecurityDefinition

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

Defined Under Namespace

Classes: NoLegs, NoMarketSegments, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeSecurityDefinition

Returns a new instance of SecurityDefinition.



5545
5546
5547
5548
# File 'lib/quickfix50sp2.rb', line 5545

def initialize
	super
	getHeader().setField( Quickfix::MsgType.new("d") )
end