Class: Quickfix50Sp2::OrderCancelReject

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

Instance Method Summary collapse

Constructor Details

#initializeOrderCancelReject

Returns a new instance of OrderCancelReject.



772
773
774
775
# File 'lib/quickfix50sp2.rb', line 772

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