Class: Quickfix50Sp2::CollateralAssignment::NoUnderlyings::NoUnderlyingComplexEvents::NoUnderlyingComplexEventPeriods::NoUnderlyingComplexEventPeriodDateTimes

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

#initializeNoUnderlyingComplexEventPeriodDateTimes

Returns a new instance of NoUnderlyingComplexEventPeriodDateTimes.



284156
284157
284158
284159
284160
284161
284162
# File 'lib/quickfix50sp2.rb', line 284156

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 41727
	order[1] = 41728
	order[2] = 0
	super(41726, 41727, order)
end