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



380380
380381
380382
380383
380384
380385
380386
380387
# File 'lib/quickfix50sp2.rb', line 380380

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