Class: Quickfix43::MultilegOrderCancelReplaceRequest::NoLegs::NoLegSecurityAltID

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

Instance Method Summary collapse

Constructor Details

#initializeNoLegSecurityAltID



3103
3104
3105
3106
3107
3108
3109
# File 'lib/quickfix43.rb', line 3103

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 605
  order[1] = 606
  order[2] = 0
  super(604, 605, order)
end