Class: Quickfix50Sp1::OrderCancelReject

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

Instance Method Summary collapse

Constructor Details

#initializeOrderCancelReject

Returns a new instance of OrderCancelReject.



730
731
732
733
# File 'lib/quickfix50sp1.rb', line 730

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