Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoLegs::NoLegStreams::NoLegStreamCommoditySettlPeriods::NoLegStreamCommoditySettlDays::NoLegStreamCommoditySettlTimes

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

#initializeNoLegStreamCommoditySettlTimes

Returns a new instance of NoLegStreamCommoditySettlTimes.



378539
378540
378541
378542
378543
378544
378545
378546
# File 'lib/quickfix50sp2.rb', line 378539

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 41684
	order[1] = 41685
	order[2] = 41935
	order[3] = 0
	super(41683, 41684, order)
end