Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoUnderlyings::NoUnderlyingProvisions::NoUnderlyingProvisionOptionRelevantUnderlyingDateBusinessCenters

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

#initializeNoUnderlyingProvisionOptionRelevantUnderlyingDateBusinessCenters

Returns a new instance of NoUnderlyingProvisionOptionRelevantUnderlyingDateBusinessCenters.



381131
381132
381133
381134
381135
381136
# File 'lib/quickfix50sp2.rb', line 381131

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