Class: Quickfix43::OrderCancelReject

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

Instance Method Summary collapse

Constructor Details

#initializeOrderCancelReject

Returns a new instance of OrderCancelReject.



242
243
244
245
# File 'lib/quickfix43.rb', line 242

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