Class: Quickfix50::CollateralAssignment::NoTrdRegTimestamps

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

Instance Method Summary collapse

Constructor Details

#initializeNoTrdRegTimestamps

Returns a new instance of NoTrdRegTimestamps.



11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
11590
# File 'lib/quickfix50.rb', line 11580

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