Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::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.



378797
378798
378799
378800
378801
378802
378803
378804
# File 'lib/quickfix50sp2.rb', line 378797

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