Class: Quickfix42::SecurityDefinition

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

Defined Under Namespace

Classes: NoRelatedSym

Instance Method Summary collapse

Constructor Details

#initializeSecurityDefinition

Returns a new instance of SecurityDefinition.



919
920
921
922
# File 'lib/quickfix42.rb', line 919

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