Class: Quickfix::DeliveryStreamTotalPositiveTolerance

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

Returns a new instance of DeliveryStreamTotalPositiveTolerance.



42074
42075
42076
42077
42078
42079
42080
# File 'lib/quickfix_fields.rb', line 42074

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

Class Method Details

.fieldObject



42071
42072
42073
# File 'lib/quickfix_fields.rb', line 42071

def DeliveryStreamTotalPositiveTolerance.field
  return 41076
end