Class: Quickfix::UnderlyingDeliveryStreamNegativeTolerance

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

Returns a new instance of UnderlyingDeliveryStreamNegativeTolerance.



53345
53346
53347
53348
53349
53350
53351
# File 'lib/quickfix_fields.rb', line 53345

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

Class Method Details

.fieldObject



53342
53343
53344
# File 'lib/quickfix_fields.rb', line 53342

def UnderlyingDeliveryStreamNegativeTolerance.field
  return 41790
end