Class: Quickfix::UnderlyingDeliveryStreamPositiveTolerance
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingDeliveryStreamPositiveTolerance
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamPositiveTolerance
constructor
A new instance of UnderlyingDeliveryStreamPositiveTolerance.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamPositiveTolerance
Returns a new instance of UnderlyingDeliveryStreamPositiveTolerance.
53358 53359 53360 53361 53362 53363 53364 |
# File 'lib/quickfix_fields.rb', line 53358 def initialize(data = nil) if( data == nil ) super(41791) else super(41791, data) end end |
Class Method Details
.field ⇒ Object
53355 53356 53357 |
# File 'lib/quickfix_fields.rb', line 53355 def .field return 41791 end |