Class: Quickfix50Sp2::QuoteStatusRequest::NoStreams::NoDeliveryStreamCycles

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

#initializeNoDeliveryStreamCycles

Returns a new instance of NoDeliveryStreamCycles.



91401
91402
91403
91404
91405
91406
91407
91408
# File 'lib/quickfix50sp2.rb', line 91401

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 41082
	order[1] = 41083
	order[2] = 41084
	order[3] = 0
	super(41081, 41082, order)
end