Class: Quickfix50Sp1::SecurityDefinition

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

Defined Under Namespace

Classes: NoLegs, NoMarketSegments, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeSecurityDefinition

Returns a new instance of SecurityDefinition.



5114
5115
5116
5117
# File 'lib/quickfix50sp1.rb', line 5114

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