Class: Quickfix50Sp1::NewOrderCross::NoStrategyParameters

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp1.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.

[View source]

9545
9546
9547
9548
9549
9550
9551
9552
# File 'lib/quickfix50sp1.rb', line 9545

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