Class: Quickfix50Sp2::CollateralAssignment::NoTrdRegTimestamps

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoTrdRegTimestamps

Returns a new instance of NoTrdRegTimestamps.



21869
21870
21871
21872
21873
21874
21875
21876
21877
21878
21879
# File 'lib/quickfix50sp2.rb', line 21869

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