Class: Quickfix50Sp2::TradeCaptureReport::NoPayments::NoPaymentSettls::NoPaymentSettlPartyIDs::NoPaymentSettlPartySubIDs

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

#initialize ⇒ NoPaymentSettlPartySubIDs

Returns a new instance of NoPaymentSettlPartySubIDs.



190638
190639
190640
190641
190642
190643
190644
# File 'lib/quickfix50sp2.rb', line 190638

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 40239
	order[1] = 40240
	order[2] = 0
	super(40238, 40239, order)
end