Class: Quickfix50::Confirmation::NoCapacities

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoCapacities

Returns a new instance of NoCapacities.



13511
13512
13513
13514
13515
13516
13517
13518
# File 'lib/quickfix50.rb', line 13511

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 528
	order[1] = 529
	order[2] = 863
	order[3] = 0
	super(862, 528, order)
end