Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoLegs::NoLegComplexEvents::NoLegComplexEventDates

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoLegComplexEventTimes

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoLegComplexEventDates

Returns a new instance of NoLegComplexEventDates.



314059
314060
314061
314062
314063
314064
314065
314066
# File 'lib/quickfix50sp2.rb', line 314059

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 2251
	order[1] = 2252
	order[2] = 2253
	order[3] = 0
	super(2250, 2251, order)
end