Class: Quickfix50Sp2::News

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

Defined Under Namespace

Classes: NoLegs, NoLinesOfText, NoNewsRefIDs, NoRelatedSym, NoRoutingIDs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeNews

Returns a new instance of News.



779
780
781
782
# File 'lib/quickfix50sp2.rb', line 779

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