Class: Quickfix::NoOfSecSizes

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoOfSecSizes

Returns a new instance of NoOfSecSizes.



16555
16556
16557
16558
16559
16560
16561
# File 'lib/quickfix_fields.rb', line 16555

def initialize(data = nil)
	if( data == nil )
		super(1177)
	else
		super(1177, data)
	end
end

Class Method Details

.fieldObject



16552
16553
16554
# File 'lib/quickfix_fields.rb', line 16552

def NoOfSecSizes.field
	return 1177
end