Class: Quickfix50Sp2::CollateralInquiry::NoUnderlyings::NoUnderlyingComplexEvents::NoUnderlyingComplexEventPeriods::NoUnderlyingComplexEventSchedules

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

Returns a new instance of NoUnderlyingComplexEventSchedules.



300115
300116
300117
300118
300119
300120
300121
300122
300123
300124
# File 'lib/quickfix50sp2.rb', line 300115

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 41751
	order[1] = 41752
	order[2] = 41753
	order[3] = 41754
	order[4] = 41755
	order[5] = 0
	super(41750, 41751, order)
end