Class: Quickfix50::News

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

Defined Under Namespace

Classes: NoLegs, NoLinesOfText, NoRelatedSym, NoRoutingIDs, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeNews

Returns a new instance of News.



592
593
594
595
# File 'lib/quickfix50.rb', line 592

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