Class: Quickfix50Sp2::TradeCaptureReportRequestAck::NoLegs::NoLegAssetAttributes

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

#initializeNoLegAssetAttributes

Returns a new instance of NoLegAssetAttributes.



255079
255080
255081
255082
255083
255084
255085
255086
# File 'lib/quickfix50sp2.rb', line 255079

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 2309
	order[1] = 2310
	order[2] = 2311
	order[3] = 0
	super(2308, 2309, order)
end