Class: Quickfix50Sp1::SecurityList

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

Defined Under Namespace

Classes: NoRelatedSym

Instance Method Summary collapse

Constructor Details

#initializeSecurityList

Returns a new instance of SecurityList.



7233
7234
7235
7236
# File 'lib/quickfix50sp1.rb', line 7233

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