Class: Quickfix50Sp1::ExecutionReport

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

Defined Under Namespace

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

Instance Method Summary collapse

Constructor Details

#initializeExecutionReport

Returns a new instance of ExecutionReport.



343
344
345
346
# File 'lib/quickfix50sp1.rb', line 343

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