Class: Quickfix50Sp2::MarginRequirementInquiryAck::NoStreams::NoReturnRates::NoReturnRateDates

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

Defined Under Namespace

Classes: NoReturnRateValuationDateBusinessCenters, NoReturnRateValuationDates

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoReturnRateDates

Returns a new instance of NoReturnRateDates.



354427
354428
354429
354430
354431
354432
354433
354434
354435
354436
354437
354438
354439
354440
354441
354442
354443
354444
354445
354446
354447
354448
354449
354450
354451
354452
354453
354454
# File 'lib/quickfix50sp2.rb', line 354427

def initialize
  order = Quickfix::IntArray.new(24)
  order[0] = 42710
  order[1] = 42772
  order[2] = 42711
  order[3] = 42712
  order[4] = 42713
  order[5] = 42714
  order[6] = 42715
  order[7] = 42716
  order[8] = 42717
  order[9] = 42718
  order[10] = 42719
  order[11] = 42720
  order[12] = 42721
  order[13] = 42722
  order[14] = 42723
  order[15] = 42724
  order[16] = 42725
  order[17] = 42726
  order[18] = 42727
  order[19] = 42728
  order[20] = 42729
  order[21] = 42730
  order[22] = 42770
  order[23] = 0
  super(42709, 42710, order)
end