Class: Quickfix50Sp2::OrderMassActionRequest::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.



346223
346224
346225
346226
346227
346228
346229
346230
# File 'lib/quickfix50sp2.rb', line 346223

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