Class: Quickfix50Sp2::TradeCaptureReportRequest::NoProvisions::NoProvisionPartyIDs::NoProvisionPartySubIDs

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

#initializeNoProvisionPartySubIDs



185047
185048
185049
185050
185051
185052
185053
# File 'lib/quickfix50sp2.rb', line 185047

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 40179
	order[1] = 40180
	order[2] = 0
	super(40178, 40179, order)
end