Class: Quickfix::NoOfSecSizes

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoOfSecSizes

Returns a new instance of NoOfSecSizes.



15697
15698
15699
15700
15701
15702
15703
# File 'lib/quickfix_fields.rb', line 15697

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

Class Method Details

.fieldObject



15694
15695
15696
# File 'lib/quickfix_fields.rb', line 15694

def NoOfSecSizes.field
	return 1177
end