Class: Quickfix41::News

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

Defined Under Namespace

Classes: LinesOfText, NoRelatedSym

Instance Method Summary collapse

Constructor Details

#initializeNews

Returns a new instance of News.



97
98
99
100
# File 'lib/quickfix41.rb', line 97

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