Class: Quickfix50Sp2::OrderMassStatusRequest::NoUnderlyingExtraordinaryEvents

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

#initializeNoUnderlyingExtraordinaryEvents

Returns a new instance of NoUnderlyingExtraordinaryEvents.



198371
198372
198373
198374
198375
198376
198377
# File 'lib/quickfix50sp2.rb', line 198371

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 42885
  order[1] = 42886
  order[2] = 0
  super(42884, 42885, order)
end