Class: Quickfix50Sp2::MassQuoteAck::NoQuoteSets::NoQuoteEntries::NoStreams::NoStreamCommoditySettlPeriods::NoStreamCommoditySettlDays::NoStreamCommoditySettlTimes

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

#initializeNoStreamCommoditySettlTimes

Returns a new instance of NoStreamCommoditySettlTimes.



98076
98077
98078
98079
98080
98081
98082
98083
# File 'lib/quickfix50sp2.rb', line 98076

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 41287
  order[1] = 41288
  order[2] = 41588
  order[3] = 0
  super(41286, 41287, order)
end