Class: Quickfix::RiskWarningLevelAction

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

Returns a new instance of RiskWarningLevelAction.



23133
23134
23135
23136
23137
23138
23139
# File 'lib/quickfix_fields.rb', line 23133

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

Class Method Details

.fieldObject



23130
23131
23132
# File 'lib/quickfix_fields.rb', line 23130

def RiskWarningLevelAction.field
	return 1769
end