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



407132
407133
407134
407135
407136
407137
407138
407139
# File 'lib/quickfix50sp2.rb', line 407132

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