Class: Quickfix::RiskWarningLevelAmount

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

Returns a new instance of RiskWarningLevelAmount.



23120
23121
23122
23123
23124
23125
23126
# File 'lib/quickfix_fields.rb', line 23120

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

Class Method Details

.fieldObject



23117
23118
23119
# File 'lib/quickfix_fields.rb', line 23117

def RiskWarningLevelAmount.field
	return 1768
end