Class: Quickfix50::CrossOrderCancelRequest::NoEvents

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoEvents

Returns a new instance of NoEvents.



9153
9154
9155
9156
9157
9158
9159
9160
9161
# File 'lib/quickfix50.rb', line 9153

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 865
  order[1] = 866
  order[2] = 867
  order[3] = 868
  order[4] = 0
  super(864, 865, order)
end