Class: Quickfix50Sp2::AssignmentReport::NoLegs::NoLegStreams::NoLegDeliveryStreamCycles

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

#initializeNoLegDeliveryStreamCycles

Returns a new instance of NoLegDeliveryStreamCycles.



272767
272768
272769
272770
272771
272772
272773
272774
# File 'lib/quickfix50sp2.rb', line 272767

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 41457
	order[1] = 41458
	order[2] = 41459
	order[3] = 0
	super(41456, 41457, order)
end