Class: Quickfix50Sp2::DerivativeSecurityList::NoUnderlyingDividendPayments

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

#initializeNoUnderlyingDividendPayments

Returns a new instance of NoUnderlyingDividendPayments.



169149
169150
169151
169152
169153
169154
169155
169156
169157
# File 'lib/quickfix50sp2.rb', line 169149

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 42856
	order[1] = 42857
	order[2] = 42858
	order[3] = 42859
	order[4] = 0
	super(42855, 42856, order)
end