Class: Quickfix43::News

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

Defined Under Namespace

Classes: LinesOfText, NoRelatedSym, NoRoutingIDs

Instance Method Summary collapse

Constructor Details

#initializeNews

Returns a new instance of News.



266
267
268
269
# File 'lib/quickfix43.rb', line 266

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