Class: Quickfix::DeliveryStreamTotalPositiveTolerance

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

Instance Method Summary collapse

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