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



399875
399876
399877
399878
399879
399880
399881
399882
# File 'lib/quickfix50sp2.rb', line 399875

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