Class: Quickfix::DeliveryStreamTotalNegativeTolerance

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

Returns a new instance of DeliveryStreamTotalNegativeTolerance.



42087
42088
42089
42090
42091
42092
42093
# File 'lib/quickfix_fields.rb', line 42087

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

Class Method Details

.fieldObject



42084
42085
42086
# File 'lib/quickfix_fields.rb', line 42084

def DeliveryStreamTotalNegativeTolerance.field
  return 41077
end