Class: Quickfix44::TradeCaptureReportAck::NoTrdRegTimestamps

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

Instance Method Summary collapse

Constructor Details

#initializeNoTrdRegTimestamps



8873
8874
8875
8876
8877
8878
8879
8880
# File 'lib/quickfix44.rb', line 8873

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