Class: Quickfix50Sp2::CollateralInquiry::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.



301511
301512
301513
301514
301515
301516
301517
301518
301519
301520
301521
301522
301523
301524
301525
301526
301527
# File 'lib/quickfix50sp2.rb', line 301511

def initialize
  order = Quickfix::IntArray.new(13)
  order[0] = 769
  order[1] = 770
  order[2] = 771
  order[3] = 2839
  order[4] = 1033
  order[5] = 1034
  order[6] = 1035
  order[7] = 1727
  order[8] = 2831
  order[9] = 2832
  order[10] = 2833
  order[11] = 2834
  order[12] = 0
  super(768, 769, order)
end