Class: Quickfix50Sp2::DerivativeSecurityList::NoRelatedSym::NoComplexEvents::NoComplexEventDates

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

Defined Under Namespace

Classes: NoComplexEventTimes

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoComplexEventDates

Returns a new instance of NoComplexEventDates.



13354
13355
13356
13357
13358
13359
13360
13361
# File 'lib/quickfix50sp2.rb', line 13354

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 1492
	order[1] = 1493
	order[2] = 1494
	order[3] = 0
	super(1491, 1492, order)
end