Class: Quickfix50Sp2::TradeCaptureReportRequestAck::NoLegs::NoLegStreams::NoLegPaymentStreamPricingDates

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

#initialize ⇒ NoLegPaymentStreamPricingDates

Returns a new instance of NoLegPaymentStreamPricingDates.



255761
255762
255763
255764
255765
255766
255767
# File 'lib/quickfix50sp2.rb', line 255761

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 41594
  order[1] = 41595
  order[2] = 0
  super(41593, 41594, order)
end