Class: Quickfix50Sp2::SettlementObligationReport::NoSettlOblig::NoSettlDetails::NoSettlPartyIDs::NoSettlPartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoSettlPartySubIDs

Returns a new instance of NoSettlPartySubIDs.



16245
16246
16247
16248
16249
16250
16251
# File 'lib/quickfix50sp2.rb', line 16245

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