Class: Quickfix43::ExecutionReport::NoLegs::NoLegSecurityAltID

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

Instance Method Summary collapse

Constructor Details

#initializeNoLegSecurityAltID

Returns a new instance of NoLegSecurityAltID.



218
219
220
221
222
223
224
# File 'lib/quickfix43.rb', line 218

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