Class: Quickfix50::ExecutionReport

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

Defined Under Namespace

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

Instance Method Summary collapse

Constructor Details

#initializeExecutionReport

Returns a new instance of ExecutionReport.



321
322
323
324
# File 'lib/quickfix50.rb', line 321

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