Class: Quickfix50Sp2::TradeCaptureReportAck::NoLegs::NoLegStipulations

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

Instance Method Summary collapse

Constructor Details

#initializeNoLegStipulations



12398
12399
12400
12401
12402
12403
12404
# File 'lib/quickfix50sp2.rb', line 12398

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 688
  order[1] = 689
  order[2] = 0
  super(683, 688, order)
end