Class: Quickfix50Sp2::PartyRiskLimitCheckRequest::NoLegs::NoLegStreams::NoLegPaymentStubs::NoLegPaymentStubStartDateBusinessCenters

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

#initializeNoLegPaymentStubStartDateBusinessCenters

Returns a new instance of NoLegPaymentStubStartDateBusinessCenters.



373801
373802
373803
373804
373805
373806
# File 'lib/quickfix50sp2.rb', line 373801

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