Class: Quickfix44::TradeCaptureReportAck::NoLegs::NoLegStipulations

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

Instance Method Summary collapse

Constructor Details

#initializeNoLegStipulations



8943
8944
8945
8946
8947
8948
8949
# File 'lib/quickfix44.rb', line 8943

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