Class: Quickfix50Sp2::PositionTransferReport::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

#initialize ⇒ NoUnderlyingStreamCommoditySettlTimes

Returns a new instance of NoUnderlyingStreamCommoditySettlTimes.



391075
391076
391077
391078
391079
391080
391081
391082
# File 'lib/quickfix50sp2.rb', line 391075

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