Class: Quickfix50Sp2::AllocationInstructionAlert::NoPosAmt

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

#initializeNoPosAmt

Returns a new instance of NoPosAmt.



328470
328471
328472
328473
328474
328475
328476
328477
328478
328479
328480
328481
328482
328483
328484
328485
328486
# File 'lib/quickfix50sp2.rb', line 328470

def initialize
	order = Quickfix::IntArray.new(13)
	order[0] = 707
	order[1] = 708
	order[2] = 2096
	order[3] = 1055
	order[4] = 2937
	order[5] = 2097
	order[6] = 2098
	order[7] = 1585
	order[8] = 2099
	order[9] = 2100
	order[10] = 2876
	order[11] = 2877
	order[12] = 0
	super(753, 707, order)
end