Class: Quickfix42::News

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

Defined Under Namespace

Classes: LinesOfText, NoRelatedSym, NoRoutingIDs

Instance Method Summary collapse

Constructor Details

#initializeNews

Returns a new instance of News.



129
130
131
132
# File 'lib/quickfix42.rb', line 129

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