Class: Quickfix50Sp2::CollateralAssignment::NoStreams::NoStreamCommoditySettlPeriods::NoStreamCommoditySettlDays

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoStreamCommoditySettlTimes

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoStreamCommoditySettlDays

Returns a new instance of NoStreamCommoditySettlDays.



280946
280947
280948
280949
280950
280951
280952
280953
# File 'lib/quickfix50sp2.rb', line 280946

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 41284
  order[1] = 41285
  order[2] = 41286
  order[3] = 0
  super(41283, 41284, order)
end