Class: Quickfix50Sp2::TradeAggregationReport::NoStreams::NoDeliverySchedules

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

Defined Under Namespace

Classes: NoDeliveryScheduleSettlDays

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoDeliverySchedules

Returns a new instance of NoDeliverySchedules.



408734
408735
408736
408737
408738
408739
408740
408741
408742
408743
408744
408745
408746
408747
408748
408749
408750
408751
408752
# File 'lib/quickfix50sp2.rb', line 408734

def initialize
	order = Quickfix::IntArray.new(15)
	order[0] = 41038
	order[1] = 41039
	order[2] = 41040
	order[3] = 41041
	order[4] = 41042
	order[5] = 41043
	order[6] = 41044
	order[7] = 41045
	order[8] = 41046
	order[9] = 41047
	order[10] = 41048
	order[11] = 41049
	order[12] = 41050
	order[13] = 41051
	order[14] = 0
	super(41037, 41038, order)
end