Class: Quickfix50Sp2::CrossOrderCancelReplaceRequest::NoStrategyParameters

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Constructor Details

#initializeNoStrategyParameters

Returns a new instance of NoStrategyParameters.



7407
7408
7409
7410
7411
7412
7413
7414
# File 'lib/quickfix50sp2.rb', line 7407

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 958
	order[1] = 959
	order[2] = 960
	order[3] = 0
	super(957, 958, order)
end