Class: Quickfix50Sp2::OrderMassStatusRequest::NoUnderlyingStreams::NoUnderlyingStreamCalculationPeriodBusinessCenters

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

#initializeNoUnderlyingStreamCalculationPeriodBusinessCenters

Returns a new instance of NoUnderlyingStreamCalculationPeriodBusinessCenters.



197400
197401
197402
197403
197404
197405
# File 'lib/quickfix50sp2.rb', line 197400

def initialize
	order = Quickfix::IntArray.new(2)
	order[0] = 40557
	order[1] = 0
	super(40973, 40557, order)
end