Class: Quickfix50Sp2::TradeCaptureReport::NoSides::NoRelatedPositions

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

#initializeNoRelatedPositions

Returns a new instance of NoRelatedPositions.



195071
195072
195073
195074
195075
195076
195077
195078
# File 'lib/quickfix50sp2.rb', line 195071

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 1862
	order[1] = 1863
	order[2] = 1864
	order[3] = 0
	super(1861, 1862, order)
end