Class: Quickfix40::News

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

Instance Method Summary collapse

Constructor Details

#initializeNews

Returns a new instance of News.



99
100
101
102
# File 'lib/quickfix40.rb', line 99

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