Class: Quickfix44::Reject
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ Reject
constructor
A new instance of Reject.
Constructor Details
#initialize ⇒ Reject
32 33 34 35 |
# File 'lib/quickfix44.rb', line 32 def initialize super getHeader().setField( Quickfix::MsgType.new("3") ) end |