Class: Quickfix::LegDeliveryStreamTotalPositiveTolerance

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

Returns a new instance of LegDeliveryStreamTotalPositiveTolerance.



48509
48510
48511
48512
48513
48514
48515
# File 'lib/quickfix_fields.rb', line 48509

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

Class Method Details

.fieldObject



48506
48507
48508
# File 'lib/quickfix_fields.rb', line 48506

def LegDeliveryStreamTotalPositiveTolerance.field
  return 41447
end