Class: Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::NoUnderlyings::NoUnderlyingSecurityAltID

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

#initialize ⇒ NoUnderlyingSecurityAltID

Returns a new instance of NoUnderlyingSecurityAltID.



368723
368724
368725
368726
368727
368728
368729
368730
# File 'lib/quickfix50sp2.rb', line 368723

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 458
	order[1] = 459
	order[2] = 2959
	order[3] = 0
	super(457, 458, order)
end