Class: Quickfix42::Advertisement

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

Instance Method Summary collapse

Constructor Details

#initializeAdvertisement



79
80
81
82
# File 'lib/quickfix42.rb', line 79

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