Class: Quickfix43::ExecutionReport

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

Defined Under Namespace

Classes: NoContAmts, NoContraBrokers, NoLegs, NoPartyIDs, NoSecurityAltID, NoStipulations

Instance Method Summary collapse

Constructor Details

#initializeExecutionReport

Returns a new instance of ExecutionReport.



106
107
108
109
# File 'lib/quickfix43.rb', line 106

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