Class: Quickfix44::Reject

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

Instance Method Summary collapse

Constructor Details

#initializeReject



32
33
34
35
# File 'lib/quickfix44.rb', line 32

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