Class: Quickfix50Sp2::TradeCaptureReportAck::NoLegs::NoLegProvisions::NoLegProvisionCashSettlValueDateBusinessCenters

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

#initializeNoLegProvisionCashSettlValueDateBusinessCenters

Returns a new instance of NoLegProvisionCashSettlValueDateBusinessCenters.



261608
261609
261610
261611
261612
261613
# File 'lib/quickfix50sp2.rb', line 261608

def initialize
  order = Quickfix::IntArray.new(2)
  order[0] = 40527
  order[1] = 0
  super(40935, 40527, order)
end