Class: Quickfix50Sp2::MassQuoteAck::NoQuoteSets::NoQuoteEntries::NoStreams::NoStreamAssetAttributes

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

#initializeNoStreamAssetAttributes

Returns a new instance of NoStreamAssetAttributes.



98015
98016
98017
98018
98019
98020
98021
98022
# File 'lib/quickfix50sp2.rb', line 98015

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 41238
	order[1] = 41239
	order[2] = 41240
	order[3] = 0
	super(41237, 41238, order)
end