Class: Quickfix50Sp2::ExecutionReport::NoFills

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoNested4PartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoFills

Returns a new instance of NoFills.



930
931
932
933
934
935
936
937
938
939
# File 'lib/quickfix50sp2.rb', line 930

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 1363
	order[1] = 1364
	order[2] = 1365
	order[3] = 1414
	order[4] = 1443
	order[5] = 0
	super(1362, 1363, order)
end