Class: Quickfix44::CollateralResponse::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.



13164
13165
13166
13167
13168
13169
13170
13171
# File 'lib/quickfix44.rb', line 13164

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