Class: Quickfix::UnderlyingDeliveryStreamTotalPositiveTolerance

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

Returns a new instance of UnderlyingDeliveryStreamTotalPositiveTolerance.



53410
53411
53412
53413
53414
53415
53416
# File 'lib/quickfix_fields.rb', line 53410

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

Class Method Details

.fieldObject



53407
53408
53409
# File 'lib/quickfix_fields.rb', line 53407

def UnderlyingDeliveryStreamTotalPositiveTolerance.field
  return 41795
end