Class: Quickfix::DeliveryStreamPositiveTolerance

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



42022
42023
42024
42025
42026
42027
42028
# File 'lib/quickfix_fields.rb', line 42022

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

Class Method Details

.fieldObject



42019
42020
42021
# File 'lib/quickfix_fields.rb', line 42019

def DeliveryStreamPositiveTolerance.field
  return 41072
end