Class: Quickfix42::OrderCancelReject

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

Instance Method Summary collapse

Constructor Details

#initializeOrderCancelReject

Returns a new instance of OrderCancelReject.



105
106
107
108
# File 'lib/quickfix42.rb', line 105

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