Class: Quickfix50Sp2::ExecutionReport

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

Defined Under Namespace

Classes: NoAllocs, NoContAmts, NoContraBrokers, NoFills, NoLegs, NoMiscFees, NoPartyIDs, NoRateSources, NoStipulations, NoStrategyParameters, NoTrdRegTimestamps, NoUnderlyings

Instance Method Summary collapse

Constructor Details

#initializeExecutionReport

Returns a new instance of ExecutionReport.



363
364
365
366
# File 'lib/quickfix50sp2.rb', line 363

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