Class: Quickfix50Sp1::TradeCaptureReport::NoSides::NoSettlDetails::NoSettlPartyIDs::NoSettlPartySubIDs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp1.rb

Instance Method Summary collapse

Constructor Details

#initializeNoSettlPartySubIDs

Returns a new instance of NoSettlPartySubIDs.



8928
8929
8930
8931
8932
8933
8934
# File 'lib/quickfix50sp1.rb', line 8928

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 785
	order[1] = 786
	order[2] = 0
	super(801, 785, order)
end