Class: Quickfix::AutomaticExerciseThresholdRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AutomaticExerciseThresholdRate

Returns a new instance of AutomaticExerciseThresholdRate.



43673
43674
43675
43676
43677
43678
43679
# File 'lib/quickfix_fields.rb', line 43673

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