Class: Quickfix50Sp2::MarketDataIncrementalRefresh::NoMDEntries::NoOfSecSizes

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Constructor Details

#initializeNoOfSecSizes

Returns a new instance of NoOfSecSizes.



4531
4532
4533
4534
4535
4536
4537
# File 'lib/quickfix50sp2.rb', line 4531

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