Class: Quickfix50Sp1::TradeCaptureReportAck::NoLegs::NoLegStipulations

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

Instance Method Summary collapse

Constructor Details

#initializeNoLegStipulations



11562
11563
11564
11565
11566
11567
11568
# File 'lib/quickfix50sp1.rb', line 11562

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