Class: Quickfix::LegDeliveryStreamTotalPositiveTolerance

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

Instance Method Summary collapse

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