Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentStreamPricingDates

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

#initializeNoUnderlyingPaymentStreamPricingDates

Returns a new instance of NoUnderlyingPaymentStreamPricingDates.



380514
380515
380516
380517
380518
380519
380520
# File 'lib/quickfix50sp2.rb', line 380514

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 41942
  order[1] = 41943
  order[2] = 0
  super(41941, 41942, order)
end