Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoAssetAttributes

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

#initializeNoAssetAttributes

Returns a new instance of NoAssetAttributes.



376250
376251
376252
376253
376254
376255
376256
376257
# File 'lib/quickfix50sp2.rb', line 376250

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 2305
	order[1] = 2306
	order[2] = 2307
	order[3] = 0
	super(2304, 2305, order)
end