Class: Quickfix44::CollateralResponse::NoTrdRegTimestamps

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

Instance Method Summary collapse

Constructor Details

#initializeNoTrdRegTimestamps



10067
10068
10069
10070
10071
10072
10073
10074
# File 'lib/quickfix44.rb', line 10067

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