Class: Quickfix50Sp2::MassOrder::NoOrderEntries::NoProvisions::NoProvisionCashSettlPaymentDates

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 ⇒ NoProvisionCashSettlPaymentDates

Returns a new instance of NoProvisionCashSettlPaymentDates.



383174
383175
383176
383177
383178
383179
383180
# File 'lib/quickfix50sp2.rb', line 383174

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 40172
  order[1] = 40173
  order[2] = 0
  super(40171, 40172, order)
end