Class: Quickfix50Sp2::MassQuote::NoQuoteSets::NoQuoteEntries::NoLegs::NoLegProvisions::NoLegProvisionCashSettlPaymentDates

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

#initializeNoLegProvisionCashSettlPaymentDates

Returns a new instance of NoLegProvisionCashSettlPaymentDates.



128573
128574
128575
128576
128577
128578
128579
# File 'lib/quickfix50sp2.rb', line 128573

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 40474
  order[1] = 40475
  order[2] = 0
  super(40473, 40474, order)
end