Class: Quickfix50Sp2::OrderMassStatusRequest::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.



198359
198360
198361
198362
198363
198364
198365
198366
198367
# File 'lib/quickfix50sp2.rb', line 198359

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