Class: Quickfix::UnderlyingAutomaticExerciseThresholdRate

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

Returns a new instance of UnderlyingAutomaticExerciseThresholdRate.



53657
53658
53659
53660
53661
53662
53663
# File 'lib/quickfix_fields.rb', line 53657

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

Class Method Details

.fieldObject



53654
53655
53656
# File 'lib/quickfix_fields.rb', line 53654

def UnderlyingAutomaticExerciseThresholdRate.field
  return 41814
end