Class: Quickfix50Sp1::News

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

Defined Under Namespace

Classes: NoLegs, NoLinesOfText, NoRelatedSym, NoRoutingIDs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeNews

Returns a new instance of News.



737
738
739
740
# File 'lib/quickfix50sp1.rb', line 737

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