Class: Quickfix50Sp2::PositionMaintenanceReport::NoPayments::NoPaymentSettls::NoPaymentSettlPartyIDs

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

Defined Under Namespace

Classes: NoPaymentSettlPartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoPaymentSettlPartyIDs

Returns a new instance of NoPaymentSettlPartyIDs.



235671
235672
235673
235674
235675
235676
235677
235678
235679
235680
# File 'lib/quickfix50sp2.rb', line 235671

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 40234
	order[1] = 40235
	order[2] = 40236
	order[3] = 40237
	order[4] = 40238
	order[5] = 0
	super(40233, 40234, order)
end