Class: Quickfix50Sp2::RequestForPositions::NoLegs::NoLegStreams::NoLegStreamCommoditySettlPeriods::NoLegStreamCommoditySettlDays

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

Defined Under Namespace

Classes: NoLegStreamCommoditySettlTimes

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegStreamCommoditySettlDays



238044
238045
238046
238047
238048
238049
238050
238051
# File 'lib/quickfix50sp2.rb', line 238044

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 41681
  order[1] = 41682
  order[2] = 41683
  order[3] = 0
  super(41680, 41681, order)
end