Class: Quickfix50::OrderCancelReplaceRequest::NoStrategyParameters

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoStrategyParameters

Returns a new instance of NoStrategyParameters.



2611
2612
2613
2614
2615
2616
2617
2618
# File 'lib/quickfix50.rb', line 2611

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