Class: Quickfix44::CollateralAssignment::NoTrdRegTimestamps

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix44.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.



12895
12896
12897
12898
12899
12900
12901
12902
# File 'lib/quickfix44.rb', line 12895

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