Class: Quickfix50Sp2::DerivativeSecurityList::NoUnderlyingStreams::NoUnderlyingStreamCalculationPeriodBusinessCenters

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

#initializeNoUnderlyingStreamCalculationPeriodBusinessCenters

Returns a new instance of NoUnderlyingStreamCalculationPeriodBusinessCenters.



168190
168191
168192
168193
168194
168195
# File 'lib/quickfix50sp2.rb', line 168190

def initialize
  order = Quickfix::IntArray.new(2)
  order[0] = 40557
  order[1] = 0
  super(40973, 40557, order)
end