Class: Quickfix50Sp2::PositionReport::NoRelatedTrades

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

#initializeNoRelatedTrades

Returns a new instance of NoRelatedTrades.



251475
251476
251477
251478
251479
251480
251481
251482
251483
251484
251485
# File 'lib/quickfix50sp2.rb', line 251475

def initialize
	order = Quickfix::IntArray.new(7)
	order[0] = 1856
	order[1] = 1857
	order[2] = 2103
	order[3] = 1858
	order[4] = 1859
	order[5] = 1860
	order[6] = 0
	super(1855, 1856, order)
end