Class: Quickfix44::OrderCancelReject

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

Instance Method Summary collapse

Constructor Details

#initializeOrderCancelReject

Returns a new instance of OrderCancelReject.



532
533
534
535
# File 'lib/quickfix44.rb', line 532

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