Class: Quickfix50Sp2::AllocationInstructionAlert::NoStreams::NoStreamCommoditySettlPeriods

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

Defined Under Namespace

Classes: NoStreamCommoditySettlDays

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoStreamCommoditySettlPeriods

Returns a new instance of NoStreamCommoditySettlPeriods.



323786
323787
323788
323789
323790
323791
323792
323793
323794
323795
323796
323797
323798
323799
323800
323801
323802
323803
323804
# File 'lib/quickfix50sp2.rb', line 323786

def initialize
	order = Quickfix::IntArray.new(15)
	order[0] = 41290
	order[1] = 41291
	order[2] = 41292
	order[3] = 41293
	order[4] = 41294
	order[5] = 41295
	order[6] = 41296
	order[7] = 41297
	order[8] = 41298
	order[9] = 41299
	order[10] = 41300
	order[11] = 41283
	order[12] = 41301
	order[13] = 41302
	order[14] = 0
	super(41289, 41290, order)
end