Class: Quickfix50Sp2::ConfirmationAck

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

Instance Method Summary collapse

Constructor Details

#initializeConfirmationAck

Returns a new instance of ConfirmationAck.



13138
13139
13140
13141
# File 'lib/quickfix50sp2.rb', line 13138

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