Method: Quickfix42::News#initialize
- Defined in:
- lib/quickfix42.rb
#initialize ⇒ News
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 |