Class: Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::NoUnderlyings::NoUnderlyingComplexEvents::NoUnderlyingComplexEventDates::NoUnderlyingComplexEventTimes

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 ⇒ NoUnderlyingComplexEventTimes

Returns a new instance of NoUnderlyingComplexEventTimes.



368877
368878
368879
368880
368881
368882
368883
# File 'lib/quickfix50sp2.rb', line 368877

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 2057
	order[1] = 2058
	order[2] = 0
	super(2056, 2057, order)
end