Class: Quickfix50Sp2::AllocationReport::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingStreamCommoditySettlPeriods::NoUnderlyingStreamCommoditySettlDays::NoUnderlyingStreamCommoditySettlTimes

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

#initializeNoUnderlyingStreamCommoditySettlTimes

Returns a new instance of NoUnderlyingStreamCommoditySettlTimes.



265001
265002
265003
265004
265005
265006
265007
265008
# File 'lib/quickfix50sp2.rb', line 265001

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 42000
	order[1] = 42001
	order[2] = 41936
	order[3] = 0
	super(41999, 42000, order)
end