Class: Quickfix50Sp2::Confirmation::NoLegs::NoLegStreams::NoLegReturnRates::NoLegReturnRateFXConversions

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

#initializeNoLegReturnRateFXConversions

Returns a new instance of NoLegReturnRateFXConversions.



224196
224197
224198
224199
224200
224201
224202
224203
# File 'lib/quickfix50sp2.rb', line 224196

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 42531
  order[1] = 42532
  order[2] = 42533
  order[3] = 0
  super(42530, 42531, order)
end