Class: Quickfix40::OrderCancelReject

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

Instance Method Summary collapse

Constructor Details

#initializeOrderCancelReject

Returns a new instance of OrderCancelReject.



85
86
87
88
# File 'lib/quickfix40.rb', line 85

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