Class: Quickfix50Sp2::MarketDataSnapshotFullRefresh::NoMDEntries::NoOfSecSizes

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

#initializeNoOfSecSizes

Returns a new instance of NoOfSecSizes.



6325
6326
6327
6328
6329
6330
6331
# File 'lib/quickfix50sp2.rb', line 6325

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1178
	order[1] = 1179
	order[2] = 0
	super(1177, 1178, order)
end