Class: Quickfix50Sp2::CrossOrderCancelReplaceRequest::NoStrategyParameters

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initialize ⇒ NoStrategyParameters

Returns a new instance of NoStrategyParameters.



149867
149868
149869
149870
149871
149872
149873
149874
# File 'lib/quickfix50sp2.rb', line 149867

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