Class: Quickfix50Sp2::TradeCaptureReportRequest::NoComplexEvents::NoComplexEventPeriods::NoComplexEventSchedules

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

#initializeNoComplexEventSchedules

Returns a new instance of NoComplexEventSchedules.



183873
183874
183875
183876
183877
183878
183879
183880
183881
183882
# File 'lib/quickfix50sp2.rb', line 183873

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 41032
	order[1] = 41033
	order[2] = 41034
	order[3] = 41035
	order[4] = 41036
	order[5] = 0
	super(41031, 41032, order)
end