Class: Quickfix::RiskWarningLevelPercent

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RiskWarningLevelPercent

Returns a new instance of RiskWarningLevelPercent.



20962
20963
20964
20965
20966
20967
20968
# File 'lib/quickfix_fields.rb', line 20962

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

Class Method Details

.fieldObject



20959
20960
20961
# File 'lib/quickfix_fields.rb', line 20959

def RiskWarningLevelPercent.field
  return 1560
end