Class: Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::NoUnderlyings::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

#initialize ⇒ NoUnderlyingExtraordinaryEvents

Returns a new instance of NoUnderlyingExtraordinaryEvents.



370306
370307
370308
370309
370310
370311
370312
# File 'lib/quickfix50sp2.rb', line 370306

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