Class: Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::NoStreams::NoPaymentStreamFormulas

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

#initializeNoPaymentStreamFormulas

Returns a new instance of NoPaymentStreamFormulas.



365909
365910
365911
365912
365913
365914
365915
365916
# File 'lib/quickfix50sp2.rb', line 365909

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 43109
	order[1] = 42684
	order[2] = 42685
	order[3] = 0
	super(42683, 43109, order)
end