Class: Quickfix50::OrderCancelReject

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

Instance Method Summary collapse

Constructor Details

#initializeOrderCancelReject

Returns a new instance of OrderCancelReject.



585
586
587
588
# File 'lib/quickfix50.rb', line 585

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