Class: Quickfix50Sp1::TradeCaptureReportAck::NoTrdRegTimestamps

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

Instance Method Summary collapse

Constructor Details

#initializeNoTrdRegTimestamps



11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
# File 'lib/quickfix50sp1.rb', line 11618

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 769
  order[1] = 770
  order[2] = 771
  order[3] = 1033
  order[4] = 1034
  order[5] = 1035
  order[6] = 0
  super(768, 769, order)
end