Class: Quickfix::NoRiskWarningLevels

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) ⇒ NoRiskWarningLevels

Returns a new instance of NoRiskWarningLevels.



20949
20950
20951
20952
20953
20954
20955
# File 'lib/quickfix_fields.rb', line 20949

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

Class Method Details

.fieldObject



20946
20947
20948
# File 'lib/quickfix_fields.rb', line 20946

def NoRiskWarningLevels.field
	return 1559
end