Class: Quickfix::LegDeliveryStreamNegativeTolerance

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

Returns a new instance of LegDeliveryStreamNegativeTolerance.



48444
48445
48446
48447
48448
48449
48450
# File 'lib/quickfix_fields.rb', line 48444

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

Class Method Details

.fieldObject



48441
48442
48443
# File 'lib/quickfix_fields.rb', line 48441

def LegDeliveryStreamNegativeTolerance.field
  return 41442
end