Class: Quickfix50Sp2::AllocationInstructionAlert::NoLegs::NoLegStreams::NoLegReturnRates::NoLegReturnRatePrices

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

#initializeNoLegReturnRatePrices

Returns a new instance of NoLegReturnRatePrices.



327653
327654
327655
327656
327657
327658
327659
327660
327661
# File 'lib/quickfix50sp2.rb', line 327653

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 42565
  order[1] = 42566
  order[2] = 42567
  order[3] = 42568
  order[4] = 0
  super(42564, 42565, order)
end