Class: Quickfix50Sp2::PositionMaintenanceRequest::NoLegs::NoLegStreams::NoLegSettlRateFallbacks

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

#initializeNoLegSettlRateFallbacks

Returns a new instance of NoLegSettlRateFallbacks.



227820
227821
227822
227823
227824
227825
227826
227827
227828
227829
# File 'lib/quickfix50sp2.rb', line 227820

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 40903
  order[1] = 40366
  order[2] = 40370
  order[3] = 40905
  order[4] = 40906
  order[5] = 0
  super(40902, 40903, order)
end