Class: Quickfix50Sp1::NewOrderMultileg::NoStrategyParameters

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

Instance Method Summary collapse

Constructor Details

#initializeNoStrategyParameters

Returns a new instance of NoStrategyParameters.



7978
7979
7980
7981
7982
7983
7984
7985
# File 'lib/quickfix50sp1.rb', line 7978

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