Class: Quickfix50Sp2::TradeCaptureReport::NoSides::NoOrderAttributes

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

#initializeNoOrderAttributes

Returns a new instance of NoOrderAttributes.



195033
195034
195035
195036
195037
195038
195039
# File 'lib/quickfix50sp2.rb', line 195033

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 2594
	order[1] = 2595
	order[2] = 0
	super(2593, 2594, order)
end