Class: Quickfix44::ExecutionReport

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

Defined Under Namespace

Classes: NoContAmts, NoContraBrokers, NoLegs, NoMiscFees, NoPartyIDs, NoStipulations, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeExecutionReport

Returns a new instance of ExecutionReport.



312
313
314
315
# File 'lib/quickfix44.rb', line 312

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