Class: Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::NoUnderlyings::NoUnderlyingAssetAttributes

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 ⇒ NoUnderlyingAssetAttributes

Returns a new instance of NoUnderlyingAssetAttributes.



368797
368798
368799
368800
368801
368802
368803
368804
# File 'lib/quickfix50sp2.rb', line 368797

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 2313
	order[1] = 2314
	order[2] = 2315
	order[3] = 0
	super(2312, 2313, order)
end