Class: Quickfix50Sp2::CrossOrderCancelReplaceRequest::NoExtraordinaryEvents

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

#initializeNoExtraordinaryEvents

Returns a new instance of NoExtraordinaryEvents.



146275
146276
146277
146278
146279
146280
146281
# File 'lib/quickfix50sp2.rb', line 146275

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 42297
	order[1] = 42298
	order[2] = 0
	super(42296, 42297, order)
end