Class: Quickfix50Sp2::SecurityStatusRequest::NoUnderlyings::NoUnderlyingCashSettlTerms

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

Defined Under Namespace

Classes: NoUnderlyingCashSettlDateBusinessCenters, NoUnderlyingCashSettlDealers

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingCashSettlTerms

Returns a new instance of NoUnderlyingCashSettlTerms.



114768
114769
114770
114771
114772
114773
114774
114775
114776
114777
114778
114779
114780
114781
114782
114783
114784
114785
114786
114787
114788
114789
114790
114791
114792
114793
114794
114795
114796
114797
114798
114799
114800
# File 'lib/quickfix50sp2.rb', line 114768

def initialize
  order = Quickfix::IntArray.new(29)
  order[0] = 42042
  order[1] = 42043
  order[2] = 42044
  order[3] = 42045
  order[4] = 42046
  order[5] = 42047
  order[6] = 42048
  order[7] = 42049
  order[8] = 42050
  order[9] = 42051
  order[10] = 42052
  order[11] = 42039
  order[12] = 42797
  order[13] = 42798
  order[14] = 42053
  order[15] = 42054
  order[16] = 42790
  order[17] = 42791
  order[18] = 42792
  order[19] = 42793
  order[20] = 42794
  order[21] = 42795
  order[22] = 42796
  order[23] = 42055
  order[24] = 42056
  order[25] = 42057
  order[26] = 42058
  order[27] = 42059
  order[28] = 0
  super(42041, 42042, order)
end