Class: Quickfix41::OrderCancelReject

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

Instance Method Summary collapse

Constructor Details

#initializeOrderCancelReject

Returns a new instance of OrderCancelReject.



83
84
85
86
# File 'lib/quickfix41.rb', line 83

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